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 7034ddb693 teams: Add rhou to teams.
7034ddb693 is described below
commit 7034ddb693b9aa378c2fffeb65303561159e5145
Author: Reza Housseini <[email protected]>
AuthorDate: Fri Jan 23 16:09:49 2026 +0100
teams: Add rhou to teams.
* etc/teams.scm: Make rhou a member of teams python, science and c++.
Change-Id: I208d8158b746136495c9b61248e2be7331b4bae4
Signed-off-by: Andreas Enge <[email protected]>
---
etc/teams.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index e5e8117551..585552b931 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1416,6 +1416,11 @@ the \"texlive\" importer."
"[email protected]"
"FuncProgLinux")
mate)
+
+(define-member (person "Reza Housseini"
+ "[email protected]"
+ "rhou")
+ python science c++)
(define (find-team name)
(or (hash-ref %teams (string->symbol name))