diff options
| author | moksh <mysticmoksh@riseup.net> | 2026-02-05 21:58:46 +0530 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2026-02-06 08:24:31 -0800 |
| commit | 7e16672f8edced3146631ae48aced9503c6fe698 (patch) | |
| tree | f762929515e14eb1349a0b91df8b39a4cfd38e62 | |
| parent | 28b956178c6676855f25d39429dfdb437ae6af74 (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-x | etc/teams.scm | 5 |
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." "w@wmeyer.eu" "theesm") kernel) + +(define-member (person "Untrusem" + "mysticmoksh@riseup.net" + "untrusem") + mozilla) (define (find-team name) (or (hash-ref %teams (string->symbol name)) |
