diff options
| author | David Thompson <dthompson2@worcester.edu> | 2026-02-04 06:51:07 -0500 |
|---|---|---|
| committer | David Thompson <dthompson2@worcester.edu> | 2026-02-08 13:48:22 -0500 |
| commit | b2299d9b5aad501110eb86a866ad402cc2c11182 (patch) | |
| tree | 82865222a15179b007acc73f914d5d0dbee26cad /etc | |
| parent | 4d064b0ca624095d88305a8587422650e6fb2fec (diff) | |
teams: guile: Add David Thompson.
* etc/teams.scm ("David Thompson"): Add to guile team.
Change-Id: Idcb1535f87f51b62c52c710f34cce445098913f6
Diffstat (limited to 'etc')
| -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 45f6f3275c2..d077dedc09c 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -1497,6 +1497,11 @@ the \"texlive\" importer." "mysticmoksh@riseup.net" "untrusem") mozilla) + +(define-member (person "David Thompson" + "dthompson2@worcester.edu" + "flockofbirbs") + guile) (define (find-team name) (or (hash-ref %teams (string->symbol name)) |
