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
|
@ -84,7 +84,6 @@
|
|||
package-license
|
||||
package-home-page
|
||||
package-supported-systems
|
||||
package-maintainers
|
||||
package-properties
|
||||
package-location
|
||||
hidden-package
|
||||
|
@ -286,7 +285,6 @@ name of its URI."
|
|||
(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 New Issue