guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1119a0aef94a51d68b8fe52ae8a56cfcfac7ae06
Author: Morgan Arnold <[email protected]>
AuthorDate: Tue Oct 14 17:31:16 2025 +0200

    teams: Add Morgan to core team.
    
    * etc/teams.scm ("Morgan"): Create and add to core team.
    
    Change-Id: I8b818e64f96118c517b9b8c6d9059fa02d11d927
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 etc/teams.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 64b364814b..3c2a3210f8 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1333,6 +1333,11 @@ the \"texlive\" importer."
                        "Rutherther")
   release)
 
+(define-member (person "Morgan Arnold"
+                       "[email protected]"
+                       "mra")
+  core)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))

Reply via email to