guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 79523d5fc15405c241c4026f31d895a6df13eacb
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Jan 29 11:52:57 2026 +0100

    teams: Add two files for the ‘core’ team.
    
    * etc/teams.scm (core): Add ‘etc/teams.scm’ and 
‘guix/remote-procedures.scm’.
    * CODEOWNERS: Regenerate.
    
    Change-Id: I805b507db22679afed31176e6a0043424a185bf8
---
 CODEOWNERS    | 2 ++
 etc/teams.scm | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 86dabfda2d..05fe4f8dcf 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -34,6 +34,7 @@ gnu/packages/cpp\.scm                              @guix/cpp
 gnu/packages/ninja\.scm                            @guix/cpp
 gnu/packages/valgrind\.scm                         @guix/cpp
 
+etc/teams\.scm                                     @guix/core
 guix/avahi\.scm                                    @guix/core
 guix/base16\.scm                                   @guix/core
 guix/base32\.scm                                   @guix/core
@@ -94,6 +95,7 @@ guix/quirks\.scm                                   @guix/core
 guix/read-print\.scm                               @guix/core
 guix/records\.scm                                  @guix/core
 guix/remote\.scm                                   @guix/core
+guix/remote-procedures\.scm                        @guix/core
 guix/repl\.scm                                     @guix/core
 guix/search-paths\.scm                             @guix/core
 guix/self\.scm                                     @guix/core
diff --git a/etc/teams.scm b/etc/teams.scm
index 5e5d5643ed..076d359ebd 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -14,7 +14,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@"
 ;;; Copyright © 2022 Simon Tournier <[email protected]>
 ;;; Copyright © 2025 Jelle Licht <[email protected]>
 ;;; Copyright © 2025 Cayetano Santos <[email protected]>
-;;; Copyright © 2025 Ludovic Courtès <[email protected]>
+;;; Copyright © 2025-2026 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2025 jgart <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -520,7 +520,8 @@ of Rebar and Mix build systems and Hex.pm importer."
   (team 'core
         #:name "Core / Tools / Internals"
         #:scope
-        (list "guix/avahi.scm"
+        (list "etc/teams.scm"
+              "guix/avahi.scm"
               "guix/base16.scm"
               "guix/base32.scm"
               "guix/base64.scm"
@@ -580,6 +581,7 @@ of Rebar and Mix build systems and Hex.pm importer."
               "guix/read-print.scm"
               "guix/records.scm"
               "guix/remote.scm"
+              "guix/remote-procedures.scm"
               "guix/repl.scm"
               "guix/search-paths.scm"
               "guix/self.scm"

Reply via email to