me
/
guix
Archived
1
0
Fork 0

etc: teams: Add news.scm to translations team scope.

* etc/teams.scm.in (translations)[#:scope]: Add etc/news.scm.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Thiago Jung Bauermann 2022-09-29 00:20:58 -03:00 committed by Mathieu Othacehe
parent f64c80a538
commit ee8211a62c
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 1 deletions

View File

@ -354,7 +354,8 @@ asdf-build-system."
(define-team translations
(team 'translations
#:name "Translations"
#:scope (list (make-regexp "^po/"))))
#:scope (list "etc/news.scm"
(make-regexp "^po/"))))
(define-team installer
(team 'installer