This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 86507c96ed teams: Add self to 'python'.
86507c96ed is described below

commit 86507c96ed8a029db1892b0831000a62d03834f0
Author: Marius Bakke <[email protected]>
AuthorDate: Fri Sep 22 01:42:34 2023 +0800

    teams: Add self to 'python'.
    
    * etc/teams.scm.in (Marius Bakke): New person.
---
 etc/teams.scm.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index e07c758117..876050da9c 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -639,6 +639,10 @@ GLib/GIO, GTK, GStreamer and Webkit."
                        "[email protected]")
   emacs go lisp)
 
+(define-member (person "Marius Bakke"
+                       "[email protected]")
+  python)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))

Reply via email to