guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7e16672f8edced3146631ae48aced9503c6fe698
Author: moksh <[email protected]>
AuthorDate: Thu Feb 5 21:58:46 2026 +0530

    teams: mozilla: Add Untrusem.
    
    * etc/teams.scm ("Untrusem"): Add to Mozilla team.
    
    Change-Id: Iebd7e10b31890a30d6f169ef394d59d547ea27d6
    Signed-off-by: Ian Eure <[email protected]>
---
 etc/teams.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 76ed15fced..f72bda9158 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1487,6 +1487,11 @@ the \"texlive\" importer."
                        "[email protected]"
                        "theesm")
   kernel)
+
+(define-member (person "Untrusem"
+                       "[email protected]"
+                       "untrusem")
+  mozilla)
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))

Reply via email to