summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-01-29 11:52:57 +0100
committerLudovic Courtès <ludo@gnu.org>2026-01-29 11:53:43 +0100
commit79523d5fc15405c241c4026f31d895a6df13eacb (patch)
treeebf16b3ba56c90af9a78cec2707083026e89e6d6
parent9dd02e1f9112c1bae3f86da0fa23a94da5b91c7d (diff)
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
-rw-r--r--CODEOWNERS2
-rwxr-xr-xetc/teams.scm6
2 files changed, 6 insertions, 2 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 86dabfda2d5..05fe4f8dcf0 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 5e5d5643edd..076d359ebd3 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 <zimon.toutoune@gmail.com>
;;; Copyright © 2025 Jelle Licht <jlicht@fsfe.org>
;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org>
-;;; Copyright © 2025 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2025-2026 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2025 jgart <jgart@dismail.de>
;;;
;;; 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"