guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d411aff61193c9ce542aa66c047d91e00660586d
Author: Ludovic Courtès <l...@gnu.org>
AuthorDate: Thu Sep 25 14:27:15 2025 +0200

    teams: Adjust team membership for myself.
    
    * etc/teams.scm (civodul): Remove ‘home’, ‘bootstrap’ and ‘documentation’.
    Add ‘hpc’.
    
    Change-Id: I7946be1fc59fc292a7b92b92035ccaea722aadc9
---
 etc/teams.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/teams.scm b/etc/teams.scm
index 69057e16ef..21a19cc24c 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1058,8 +1058,8 @@ the \"texlive\" importer."
 (define-member (person "Ludovic Courtès"
                        "l...@gnu.org"
                        "civodul")
-  core home bootstrap core-packages installer
-  documentation mentors)
+  core core-packages hpc installer
+  mentors)
 
 (define-member (person "Andreas Enge"
                        "andr...@enge.fr"

Reply via email to