diff options
-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 e2da31a2b4..afcd187abb 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -724,6 +724,10 @@ GLib/GIO, GTK, GStreamer and Webkit." "mhw@netris.org") mozilla) +(define-member (person "Adam Faiz" + "adam.faiz@disroot.org") + games) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) |