guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: packages: Remove 'maintainers' field.


From: guix-commits
Subject: 07/08: packages: Remove 'maintainers' field.
Date: Sat, 30 Mar 2019 10:19:42 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 154f1f0937754fafac0c6288dd458b66b332e6bb
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 30 15:00:41 2019 +0100

    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.
---
 guix/packages.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 1d3d99b..c2981dd 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]