etc: installer: Define installer team scope.

* etc/teams.scm.in (installer): Define it.
This commit is contained in:
Mathieu Othacehe 2022-09-07 17:10:16 +02:00
parent 7ca846c8c9
commit 2e0fa826c9
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -255,7 +255,9 @@ (define-team translations
(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