diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-02-20 10:22:16 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-02-22 23:55:24 +0900 |
commit | e0590b72619d9679983f4c9826a3b36224868292 (patch) | |
tree | caef8a685601f3a4d4d13bb37e9707e113f335b2 /etc/teams.scm | |
parent | 7345d4f18d29dbb856d4b2eb847b847eb9cffc24 (diff) |
etc: teams: Add Cayetano Santos.
Change-Id: I8ec5f0d1dd78344039ef4b51a3dc48c3502f9310
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'etc/teams.scm')
-rwxr-xr-x | etc/teams.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm index c9f6bc96ba..b5d3d4a43e 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -829,6 +829,10 @@ GLib/GIO, GTK, GStreamer and Webkit." "jlicht@fsfe.org") javascript) +(define-member (person "Cayetano Santos" + "csantosb@inventati.org") + electronics) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) |