etc: Update teams.
* etc/teams.scm.in: Rename maths team to science and add myself to it.
This commit is contained in:
parent
b4815e570d
commit
4a2f487740
1 changed files with 6 additions and 3 deletions
|
@ -120,9 +120,9 @@ importer, and the ocaml-build-system."))
|
||||||
"The JDK and JRE, the Maven build system, Java packages, the ant-build-system,
|
"The JDK and JRE, the Maven build system, Java packages, the ant-build-system,
|
||||||
and the maven-build-system."))
|
and the maven-build-system."))
|
||||||
|
|
||||||
(define-team maths
|
(define-team science
|
||||||
(team 'maths
|
(team 'science
|
||||||
#:name "Algebra and Maths team"))
|
#:name "Science team"))
|
||||||
|
|
||||||
(define-team emacs
|
(define-team emacs
|
||||||
(team 'emacs
|
(team 'emacs
|
||||||
|
@ -187,6 +187,9 @@ and the maven-build-system."))
|
||||||
"ludo@gnu.org")
|
"ludo@gnu.org")
|
||||||
core home embedded-bootstrap mentors)
|
core home embedded-bootstrap mentors)
|
||||||
|
|
||||||
|
(define-member (person "Andreas Enge"
|
||||||
|
"andreas@enge.fr")
|
||||||
|
science)
|
||||||
|
|
||||||
|
|
||||||
(define (find-team name)
|
(define (find-team name)
|
||||||
|
|
Reference in a new issue