mothacehe pushed a commit to branch master
in repository guix.

commit 2e0fa826c9a7bbb159fb4fae38a7de10fe66d8bc
Author: Mathieu Othacehe <othac...@gnu.org>
AuthorDate: Wed Sep 7 17:10:16 2022 +0200

    etc: installer: Define installer team scope.
    
    * etc/teams.scm.in (installer): Define it.
---
 etc/teams.scm.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 029aa3136f..17cbb26521 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -255,7 +255,9 @@ and the maven-build-system."))
 
 (define-team installer
   (team 'installer
-        #:name "Installer script and system installer"))
+        #:name "Installer script and system installer"
+        #:scope
+        (list (make-regexp "^guix/installer(\\.scm$|/)"))))
 
 (define-team home
   (team 'home

Reply via email to