guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c29534228ff9ac74e8c6a0e80356c21adbff9887
Author: Ludovic Courtès <l...@gnu.org>
AuthorDate: Wed May 28 19:30:06 2025 +0200

    teams: Add nix/ directory to the scope of the ‘core’ team.
    
    * etc/teams.scm (core): Add “^nix/” to the scope.
    
    Change-Id: If6c5e4a0ed4744285e7e055995ddd0cdc8ffd63e
---
 etc/teams.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm b/etc/teams.scm
index ef7d8ee627..f46e86b32d 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -471,7 +471,8 @@ are accurate on Codeberg.  Lookup team IDs among 
CURRENT-TEAMS."
               "guix/workers.scm"
               (make-regexp* "^guix/platforms/")
               (make-regexp* "^guix/scripts/")
-              (make-regexp* "^guix/store/"))))
+              (make-regexp* "^guix/store/")
+              (make-regexp* "^nix/"))))
 
 (define-team core-packages
   (team 'core-packages

Reply via email to