summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/teams.scm.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index f57177371dc..57996a1de07 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -120,9 +120,9 @@ importer, and the ocaml-build-system."))
120 "The JDK and JRE, the Maven build system, Java packages, the ant-build-system, 120 "The JDK and JRE, the Maven build system, Java packages, the ant-build-system,
121and the maven-build-system.")) 121and the maven-build-system."))
122 122
123(define-team maths 123(define-team science
124 (team 'maths 124 (team 'science
125 #:name "Algebra and Maths team")) 125 #:name "Science team"))
126 126
127(define-team emacs 127(define-team emacs
128 (team 'emacs 128 (team 'emacs
@@ -187,6 +187,9 @@ and the maven-build-system."))
187 "ludo@gnu.org") 187 "ludo@gnu.org")
188 core home embedded-bootstrap mentors) 188 core home embedded-bootstrap mentors)
189 189
190(define-member (person "Andreas Enge"
191 "andreas@enge.fr")
192 science)
190 193
191 194
192(define (find-team name) 195(define (find-team name)