summaryrefslogtreecommitdiff
path: root/etc/teams.scm.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/teams.scm.in')
-rw-r--r--etc/teams.scm.in8
1 files 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))