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 21bb03de88 teams: Add Sergio Pastor Pérez to various teams.
21bb03de88 is described below

commit 21bb03de88db9bd2d05efd4fd5a1b2f9fae86e8d
Author: Sergio Pastor Pérez <[email protected]>
AuthorDate: Wed Feb 11 13:42:44 2026 +0100

    teams: Add Sergio Pastor Pérez to various teams.
    
    * etc/teams.scm: ("Sergio Pastor Pérez"): New entry. Add Sergio Pastor Pérez
    to guile, hpc and kde teams.
    
    Change-Id: I04c9b9a7cfc09633602cfaed661c3f305d7bb74b
    Signed-off-by: Andreas Enge <[email protected]>
---
 etc/teams.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 091cc6f2a8..2f51767765 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1505,6 +1505,12 @@ the \"texlive\" importer."
                        "[email protected]"
                        "flockofbirbs")
   guile)
+
+(define-member (person "Sergio Pastor Pérez"
+                       "[email protected]"
+                       "pastor")
+  guile hpc kde)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))

Reply via email to