summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2026-02-04 06:51:07 -0500
committerDavid Thompson <dthompson2@worcester.edu>2026-02-08 13:48:22 -0500
commitb2299d9b5aad501110eb86a866ad402cc2c11182 (patch)
tree82865222a15179b007acc73f914d5d0dbee26cad
parent4d064b0ca624095d88305a8587422650e6fb2fec (diff)
teams: guile: Add David Thompson.
* etc/teams.scm ("David Thompson"): Add to guile team. Change-Id: Idcb1535f87f51b62c52c710f34cce445098913f6
-rwxr-xr-xetc/teams.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index 45f6f3275c2..d077dedc09c 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1497,6 +1497,11 @@ the \"texlive\" importer."
1497 "mysticmoksh@riseup.net" 1497 "mysticmoksh@riseup.net"
1498 "untrusem") 1498 "untrusem")
1499 mozilla) 1499 mozilla)
1500
1501(define-member (person "David Thompson"
1502 "dthompson2@worcester.edu"
1503 "flockofbirbs")
1504 guile)
1500 1505
1501(define (find-team name) 1506(define (find-team name)
1502 (or (hash-ref %teams (string->symbol name)) 1507 (or (hash-ref %teams (string->symbol name))