guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 00f186a6bfeeab351fddc3dfcc68b3668e6a36eb
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Oct 9 17:40:59 2025 +0200

    teams: Remove inactive members of the ‘core’ team.
    
    * etc/teams.scm (nckx, mothacehe, Josselin Poiret): Remove.
    
    Change-Id: I669dc9247ebd88a60babce1f128aa38c8f4f78ce
---
 etc/teams.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/teams.scm b/etc/teams.scm
index fb1c0f6cb5..64b364814b 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1074,7 +1074,7 @@ the \"texlive\" importer."
 (define-member (person "Tobias Geerinckx-Rice"
                        "[email protected]"
                        "nckx")
-  core mentors)
+  mentors)
 
 (define-member (person "Steve George"
                        "[email protected]"
@@ -1114,7 +1114,7 @@ the \"texlive\" importer."
 (define-member (person "Mathieu Othacehe"
                        "[email protected]"
                        "mothacehe")
-  core installer mentors)
+  installer mentors)
 
 (define-member (person "Florian Pelz"
                        "[email protected]"
@@ -1148,7 +1148,7 @@ the \"texlive\" importer."
 
 (define-member (person "Josselin Poiret"
                        "[email protected]")
-  core installer)
+  installer)
 
 (define-member (person "("
                        "[email protected]")

Reply via email to