etc: teams: Sort members lexicographically by last name.
* etc/teams.scm.in: Sort members lexicographically by last name.
This commit is contained in:
parent
eb44b1f304
commit
672c863f55
1 changed files with 4 additions and 4 deletions
|
@ -179,10 +179,6 @@ and the maven-build-system."))
|
||||||
"A group of mentors who chaperone contributions by newcomers."))
|
"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"
|
(define-member (person "Ludovic Courtès"
|
||||||
"ludo@gnu.org")
|
"ludo@gnu.org")
|
||||||
core home embedded-bootstrap mentors)
|
core home embedded-bootstrap mentors)
|
||||||
|
@ -191,6 +187,10 @@ and the maven-build-system."))
|
||||||
"andreas@enge.fr")
|
"andreas@enge.fr")
|
||||||
science)
|
science)
|
||||||
|
|
||||||
|
(define-member (person "Ricardo Wurmus"
|
||||||
|
"rekado@elephly.net")
|
||||||
|
r core mentors)
|
||||||
|
|
||||||
|
|
||||||
(define (find-team name)
|
(define (find-team name)
|
||||||
(or (hash-ref %teams (string->symbol name))
|
(or (hash-ref %teams (string->symbol name))
|
||||||
|
|
Reference in a new issue