Commit 03d3ebf
committed
fix: add maintainer, homepage and categories to DEB/RPM package config
Add missing package metadata fields to Electron Forge configuration:
- maintainer: 'Block, Inc.'
- homepage: 'https://block.github.io/goose/'
- categories: ['Development']
This resolves the dpkg warning about missing 'Maintainer' field when
installing packages with apt:
dpkg: warning: parsing file '/var/lib/dpkg/status' near line ####
package 'goose': missing 'Maintainer' field1 parent 2f19082 commit 03d3ebf
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
94 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
95 | 101 | | |
96 | 102 | | |
97 | 103 | | |
| |||
0 commit comments