guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 008f2b7e987e344634867aa2f8f9266513b52ac8
Author: Yunqi Shao <[email protected]>
AuthorDate: Wed Feb 4 01:59:18 2026 +0100

    teams: Add Yunqi Shao to sysadmin team.
    
    * etc/teams.scm: Add yqshao to sysadmin team.
    
    Change-Id: I4cd47213308cd495fb4e6f2f4e6d29076dfcfc1f
    Signed-off-by: Gabriel Wicki <[email protected]>
---
 etc/teams.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index f0d150bf77..4b33edebc0 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1448,6 +1448,11 @@ the \"texlive\" importer."
                        "[email protected]"
                        "rhou")
   python science c++)
+
+(define-member (person "Yunqi Shao"
+                       "[email protected]"
+                       "yqshao")
+  sysadmin)
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))

Reply via email to