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 fe59616ba0 teams: Add entry for Andy Tai.
fe59616ba0 is described below
commit fe59616ba01e027cfdd81f0edc32788f9fcdcb73
Author: Andy Tai <[email protected]>
AuthorDate: Tue Oct 28 21:36:40 2025 -0700
teams: Add entry for Andy Tai.
* etc/teams.scm ("Andy Tai"): New member.
* CODEOWNERS: Order files alphabetically.
Change-Id: I7938b6761db5feb36c56ebf28f871a6d88c957e0
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 403aa52f24..b47f0dfdd9 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1355,6 +1355,11 @@ the \"texlive\" importer."
"daym")
bootstrap hpc rust science)
+(define-member (person "Andy Tai"
+ "[email protected]"
+ "atai")
+ ai)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))