diff options
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 4c6723f9b7..2f6a22d97c 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -738,6 +738,11 @@ GLib/GIO, GTK, GStreamer and Webkit." "matt@excalamus.com") documentation) +(define-member (person "Laurent Gatto" + "laurent.gatto@gmail.com") + r) + + (define (find-team name) (or (hash-ref %teams (string->symbol name)) |