summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2022-07-03 15:56:54 +0200
committerAndreas Enge <andreas@enge.fr>2022-07-03 16:33:26 +0200
commit4a2f487740fc4a000480226fd25ff2452efa9012 (patch)
tree2651cdc5b0b1a8da3620f701813a5cdaf35957eb /etc
parentb4815e570d90239f06f2d6cdebee125d5efb1809 (diff)
downloadguix-4a2f487740fc4a000480226fd25ff2452efa9012.tar.gz
etc: Update teams.
* etc/teams.scm.in: Rename maths team to science and add myself to it.
Diffstat (limited to 'etc')
-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 f57177371d..57996a1de0 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -120,9 +120,9 @@ importer, and the ocaml-build-system."))
         "The JDK and JRE, the Maven build system, Java packages, the ant-build-system,
 and the maven-build-system."))
 
-(define-team maths
-  (team 'maths
-        #:name "Algebra and Maths team"))
+(define-team science
+  (team 'science
+        #:name "Science team"))
 
 (define-team emacs
   (team 'emacs
@@ -187,6 +187,9 @@ and the maven-build-system."))
                        "ludo@gnu.org")
   core home embedded-bootstrap mentors)
 
+(define-member (person "Andreas Enge"
+                       "andreas@enge.fr")
+  science)
 
 
 (define (find-team name)