[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: teams: Add Munyoki Kilyungi to the python and lisp teams.
From: |
guix-commits |
Subject: |
03/05: teams: Add Munyoki Kilyungi to the python and lisp teams. |
Date: |
Thu, 28 Sep 2023 12:36:01 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit e34257159dd974d5f1d0fc5e816df75507b40e75
Author: Munyoki Kilyungi <me@bonfacemunyoki.com>
AuthorDate: Mon Sep 11 11:41:13 2023 +0300
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>
---
etc/teams.scm.in | 4 ++++
1 file changed, 4 insertions(+)
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))