diff options
author | Munyoki Kilyungi <me@bonfacemunyoki.com> | 2023-09-11 11:41:13 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-09-28 19:18:29 +0300 |
commit | e34257159dd974d5f1d0fc5e816df75507b40e75 (patch) | |
tree | 823b0651c70e48de4803a310e7737456aba54f24 /etc | |
parent | f99ace331fa603c3e7af86908fb1f2ac68d28353 (diff) | |
download | guix-e34257159dd974d5f1d0fc5e816df75507b40e75.tar.gz guix-e34257159dd974d5f1d0fc5e816df75507b40e75.zip |
teams: Add Munyoki Kilyungi to the python and lisp teams.
* etc/teams.scm.in: Add Munyoki Kilyungi to the Python and Lisp teams.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/teams.scm.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/teams.scm.in b/etc/teams.scm.in index 876050da9c..55242caad1 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -643,6 +643,10 @@ GLib/GIO, GTK, GStreamer and Webkit." "marius@gnu.org") python) +(define-member (person "Munyoki Kilyungi" + "me@bonfacemunyoki.com") + python lisp) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) |