[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: etc: Update teams.
From: |
guix-commits |
Subject: |
branch master updated: etc: Update teams. |
Date: |
Sun, 03 Jul 2022 10:33:40 -0400 |
This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4a2f487740 etc: Update teams.
4a2f487740 is described below
commit 4a2f487740fc4a000480226fd25ff2452efa9012
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sun Jul 3 15:56:54 2022 +0200
etc: Update teams.
* etc/teams.scm.in: Rename maths team to science and add myself to it.
---
etc/teams.scm.in | 9 ++++++---
1 file 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: etc: Update teams.,
guix-commits <=