Recognize 'maintainers' field in pkg.info

This commit is contained in:
2026-01-25 17:04:42 +02:00
parent 65849fdf86
commit 4371b7f0e3
+1
View File
@@ -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"`