summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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))