diff options
Diffstat (limited to 'etc/teams.scm.in')
-rw-r--r-- | etc/teams.scm.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/teams.scm.in b/etc/teams.scm.in index 7e3f53b8c9..9481b44168 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -512,7 +512,7 @@ GLib/GIO, GTK, GStreamer and Webkit." (define-member (person "Ludovic Courtès" "ludo@gnu.org") - core home embedded bootstrap mentors) + core home bootstrap installer mentors) (define-member (person "Andreas Enge" "andreas@enge.fr") @@ -614,11 +614,15 @@ GLib/GIO, GTK, GStreamer and Webkit." "maxim.cournoyer@gmail.com") gnome qt telephony) +(define-member (person "Katherine Cox-Buday" + "cox.katherine.e+guix@gmail.com") + emacs go lisp) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) (error (format #false - "no such team: ~a~%" name)))) + "no such team: ~a~%" name)))) (define (find-team-by-scope files) "Return the team(s) which scope matches at least one of the FILES, as list |