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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2c710762f5 teams: python: Add Hugo Buddelmeijer.
2c710762f5 is described below

commit 2c710762f5c80b1a151b57c6f369dfa1812d1f97
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Thu Feb 5 09:57:20 2026 +0100

    teams: python: Add Hugo Buddelmeijer.
    
    * etc/teams.scm ("Hugo Buddelmeijer"): Add to python team.
    
    Change-Id: I3d0c864583c83e3289ee236233f34875ab17f7db
    Signed-off-by: Cayetano Santos <[email protected]>
---
 etc/teams.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 451cb764e6..536d4ddfce 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1473,6 +1473,11 @@ the \"texlive\" importer."
                        "mthl")
   java)
 
+(define-member (person "Hugo Buddelmeijer"
+                       "[email protected]"
+                       "hugobuddel")
+  python)
+
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
       (error (format #false

Reply via email to