This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4a8b23af6fc teams: Add ghisvail.
4a8b23af6fc is described below
commit 4a8b23af6fc8c42ea49830123896439f68346bd5
Author: Ghislain Vaillant <[email protected]>
AuthorDate: Tue Sep 15 10:18:45 2026 +0200
teams: Add ghisvail.
* etc/teams.scm: Add ghisvail to bioinformatics, python and science teams.
Change-Id: If80907de3499a7a83d06782b8a5626a222863457
Signed-off-by: Simon Tournier <[email protected]>
---
etc/teams.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index c3ee1891ed4..8d15a52a831 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1722,6 +1722,11 @@ the \"texlive\" importer."
"vivien")
hpc)
+(define-member (person "Ghislain Vaillant"
+ "[email protected]"
+ "ghisvail")
+ bioinformatics python science)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))