guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f7f8db1d8c629b1a5313abf59ab78143cb7ac04d
Author: Noé Lopez <[email protected]>
AuthorDate: Tue Sep 2 18:13:32 2025 +0200

    teams: Add release team members.
    
    * etc/teams.scm ("Efraim Flashner", "Noé Lopez", "Rodion Goritskov"):
    Add to release team.
    
    Change-Id: I81a658407f37cbda334c2fc567d7a552dbd2b6ad
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 etc/teams.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/etc/teams.scm b/etc/teams.scm
index 35e2bc5fb2..b0c1d6a11d 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1089,7 +1089,7 @@ the \"texlive\" importer."
 (define-member (person "Efraim Flashner"
                        "[email protected]"
                        "efraim")
-  embedded bootstrap rust)
+  embedded bootstrap release rust)
 
 (define-member (person "jgart"
                        "[email protected]"
@@ -1280,7 +1280,7 @@ the \"texlive\" importer."
 (define-member (person "Noé Lopez"
                        "[email protected]"
                        "Baleine")
-  gnome)
+  gnome release)
 
 (define-member (person "Ashvith Shetty"
                        "[email protected]")
@@ -1315,6 +1315,11 @@ the \"texlive\" importer."
                        "fishinthecalculator")
   audio)
 
+(define-member (person "Rodion Goritskov"
+                       "[email protected]"
+                       "rodion-goritskov")
+  release)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))

Reply via email to