1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Thiago Jung Bauermann
2022-09-29 00:20:58 -03:00
committed by Mathieu Othacehe
parent f64c80a538
commit ee8211a62c

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