diff --git a/src/bpm-utils-shared/package.go b/src/bpm-utils-shared/package.go index 57f6b20..dfe7ec5 100644 --- a/src/bpm-utils-shared/package.go +++ b/src/bpm-utils-shared/package.go @@ -18,6 +18,7 @@ type PackageInfo struct { Revision int `yaml:"revision,omitempty"` Url string `yaml:"url,omitempty"` License string `yaml:"license,omitempty"` + Maintainers []string `yaml:"maintainers,omitempty"` Arch string `yaml:"architecture,omitempty"` OutputArch string `yaml:"output_architecture,omitempty"` Type string `yaml:"type,omitempty"`