summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/teams.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index 1c1ba97f90c..e0a3e5e6016 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1700,6 +1700,12 @@ the \"texlive\" importer."
1700 "fnat") 1700 "fnat")
1701 emacs) 1701 emacs)
1702 1702
1703(define-member
1704 (person "Arun Isaac"
1705 "arunisaac@systemreboot.net"
1706 "arunisaac")
1707 codeberg)
1708
1703 1709
1704(define (find-team name) 1710(define (find-team name)
1705 (or (hash-ref %teams (string->symbol name)) 1711 (or (hash-ref %teams (string->symbol name))