Add 'maintainers' field to pkg.info

This commit is contained in:
2026-01-25 17:23:53 +02:00
parent 72f574209f
commit 2072e3856f
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -347,6 +347,7 @@ func (entry *BPMDatabaseEntry) CreateReadableInfo(rootDir string, humanReadableS
if entry.Info.License != "" {
ret = append(ret, "License: "+entry.Info.License)
}
appendArray("Maintainers", entry.Info.Maintainers, false)
ret = append(ret, "Architecture: "+entry.Info.Arch)
if entry.Info.Type == "source" && entry.Info.OutputArch != "" && entry.Info.OutputArch != GetArch() {
ret = append(ret, "Output architecture: "+entry.Info.OutputArch)