diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-08-01 21:53:08 +0200 |
|---|---|---|
| committer | Gabriel Wicki <gabriel@erlikon.ch> | 2025-08-03 12:13:16 +0200 |
| commit | 108c40791bd4f38575fcc43bfa67faa5e2174fa6 (patch) | |
| tree | 8b508f7ce79a173d957c80b4a93a4f086788d047 | |
| parent | bc4652f66595e1f94f12944f5af905c6744201a6 (diff) | |
teams: Add entry for fishinthecalculator.
* etc/teams.scm ("fishinthecalculator"): New member.
Change-Id: I88c1803455c0cd2126d15d31d45a32572cdee5c2
| -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 4f4808fd0a8..329e3a6133d 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -1276,6 +1276,11 @@ the \"texlive\" importer." "Yelninei") hurd) +(define-member (person "Giacomo Leidi" + "goodoldpaul@autistici.org" + "fishinthecalculator") + audio) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) |
