diff options
| author | Andreas Enge <andreas@enge.fr> | 2022-07-03 15:56:54 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2022-07-03 16:33:26 +0200 |
| commit | 4a2f487740fc4a000480226fd25ff2452efa9012 (patch) | |
| tree | 2651cdc5b0b1a8da3620f701813a5cdaf35957eb | |
| parent | b4815e570d90239f06f2d6cdebee125d5efb1809 (diff) | |
etc: Update teams.
* etc/teams.scm.in: Rename maths team to science and add myself to it.
| -rw-r--r-- | etc/teams.scm.in | 9 |
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, |
| 121 | and the maven-build-system.")) | 121 | and 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) |
