me
/
guix
Archived
1
0
Fork 0

etc: teams: Sort members lexicographically by last name.

* etc/teams.scm.in: Sort members lexicographically by last name.
master
Liliana Marie Prikler 2022-07-03 17:08:36 +02:00
parent eb44b1f304
commit 672c863f55
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 4 additions and 4 deletions

View File

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