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:
Ludovic Courtès 2019-03-30 15:00:41 +01:00
parent a7646bc5e1
commit 154f1f0937
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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