etc: teams: Sort members lexicographically by last name.
* etc/teams.scm.in: Sort members lexicographically by last name.master
parent
eb44b1f304
commit
672c863f55
|
@ -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))
|
||||
|
|
Reference in New Issue