guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: teams: Add self to 'python'.


From: guix-commits
Subject: branch master updated: teams: Add self to 'python'.
Date: Thu, 21 Sep 2023 13:43:08 -0400

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 <marius@gnu.org>
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."
                        "cox.katherine.e+guix@gmail.com")
   emacs go lisp)
 
+(define-member (person "Marius Bakke"
+                       "marius@gnu.org")
+  python)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]