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 0dc2325c3e..6cf29b74cc 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -734,6 +734,10 @@ GLib/GIO, GTK, GStreamer and Webkit." "adam.faiz@disroot.org") games) +(define-member (person "Matthew Trzcinski" + "matt@excalamus.com") + documentation) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) |