mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
packages: Remove 'maintainers' field.
This field was never used and doesn't match the way we collectively maintain packages. * guix/packages.scm (<package>)[maintainers]: Remove.
This commit is contained in:
parent
a7646bc5e1
commit
154f1f0937
1 changed files with 0 additions and 2 deletions
|
@ -84,7 +84,6 @@ (define-module (guix packages)
|
|||
package-license
|
||||
package-home-page
|
||||
package-supported-systems
|
||||
package-maintainers
|
||||
package-properties
|
||||
package-location
|
||||
hidden-package
|
||||
|
@ -286,7 +285,6 @@ (define-record-type* <package>
|
|||
(home-page package-home-page)
|
||||
(supported-systems package-supported-systems ; list of strings
|
||||
(default %supported-systems))
|
||||
(maintainers package-maintainers (default '()))
|
||||
|
||||
(properties package-properties (default '())) ; alist for anything else
|
||||
|
||||
|
|
Loading…
Reference in a new issue