guix-commits
[Top][All Lists]
Advanced

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

05/06: etc: teams: Sort members lexicographically by last name.


From: guix-commits
Subject: 05/06: etc: teams: Sort members lexicographically by last name.
Date: Sun, 3 Jul 2022 12:11:48 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 672c863f5523cd193397b83c072da7831b0f3273
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jul 3 17:08:36 2022 +0200

    etc: teams: Sort members lexicographically by last name.
    
    * etc/teams.scm.in: Sort members lexicographically by last name.
---
 etc/teams.scm.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 57996a1de0..169d9fc471 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -179,10 +179,6 @@ and the maven-build-system."))
         "A group of mentors who chaperone contributions by newcomers."))
 
 
-(define-member (person "Ricardo Wurmus"
-                       "rekado@elephly.net")
-  r core mentors)
-
 (define-member (person "Ludovic Courtès"
                        "ludo@gnu.org")
   core home embedded-bootstrap mentors)
@@ -191,6 +187,10 @@ and the maven-build-system."))
                        "andreas@enge.fr")
   science)
 
+(define-member (person "Ricardo Wurmus"
+                       "rekado@elephly.net")
+  r core mentors)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))



reply via email to

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