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 f75080db69 teams: python,sysadmin: Add Yan Abu Arab.
f75080db69 is described below
commit f75080db69716891c46d5795f5d29ad8cc54700e
Author: Yan Abu Arab <[email protected]>
AuthorDate: Thu Feb 5 17:14:45 2026 +0200
teams: python,sysadmin: Add Yan Abu Arab.
* etc/teams.scm ("Yan Abu Arab"): Add to python team, add to sysadmin team.
Change-Id: I96a7102a117da7e112a2e668c5a0080eabf2a662
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
etc/teams.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index 536d4ddfce..2969b87d12 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1478,6 +1478,11 @@ the \"texlive\" importer."
"hugobuddel")
python)
+(define-member (person "Yan Abu Arab"
+ "[email protected]"
+ "tux1c")
+ python sysadmin)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))
(error (format #false