summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoksh <mysticmoksh@riseup.net>2026-02-05 21:58:46 +0530
committerIan Eure <ian@retrospec.tv>2026-02-06 08:24:31 -0800
commit7e16672f8edced3146631ae48aced9503c6fe698 (patch)
treef762929515e14eb1349a0b91df8b39a4cfd38e62
parent28b956178c6676855f25d39429dfdb437ae6af74 (diff)
teams: mozilla: Add Untrusem.
* etc/teams.scm ("Untrusem"): Add to Mozilla team. Change-Id: Iebd7e10b31890a30d6f169ef394d59d547ea27d6 Signed-off-by: Ian Eure <ian@retrospec.tv>
-rwxr-xr-xetc/teams.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index 76ed15fcede..f72bda91582 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1487,6 +1487,11 @@ the \"texlive\" importer."
1487 "w@wmeyer.eu" 1487 "w@wmeyer.eu"
1488 "theesm") 1488 "theesm")
1489 kernel) 1489 kernel)
1490
1491(define-member (person "Untrusem"
1492 "mysticmoksh@riseup.net"
1493 "untrusem")
1494 mozilla)
1490 1495
1491(define (find-team name) 1496(define (find-team name)
1492 (or (hash-ref %teams (string->symbol name)) 1497 (or (hash-ref %teams (string->symbol name))