1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: chocolatey jsonschema

closes #4194
This commit is contained in:
Carlos Alexandro Becker 2023-07-18 11:58:34 +00:00
parent 3ed6751bb9
commit 4105d285e6
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1317,7 +1317,7 @@ type Chocolatey struct {
Name string `yaml:"name,omitempty" json:"name,omitempty"`
IDs []string `yaml:"ids,omitempty" json:"ids,omitempty"`
PackageSourceURL string `yaml:"package_source_url,omitempty" json:"package_source_url,omitempty"`
Owners string `yaml:"owners,omitempty" json:"authoers,omitempty"`
Owners string `yaml:"owners,omitempty" json:"owners,omitempty"`
Title string `yaml:"title,omitempty" json:"title,omitempty"`
Authors string `yaml:"authors,omitempty" json:"authors,omitempty"`
ProjectURL string `yaml:"project_url,omitempty" json:"project_url,omitempty"`