diff --git a/pkg/config/config.go b/pkg/config/config.go index 3b3d1e121..bb923ac96 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -315,7 +315,7 @@ func (a *NixDependency) UnmarshalYAML(unmarshal func(interface{}) error) error { } type Winget struct { - Name string `yaml:"name" json:"name"` + Name string `yaml:"name,omitempty" json:"name,omitempty"` PackageIdentifier string `yaml:"package_identifier,omitempty" json:"package_identifier,omitempty"` Publisher string `yaml:"publisher" json:"publisher"` PublisherURL string `yaml:"publisher_url,omitempty" json:"publisher_url,omitempty"`