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:
parent
f64c80a538
commit
ee8211a62c
@ -354,7 +354,8 @@ asdf-build-system."
|
|||||||
(define-team translations
|
(define-team translations
|
||||||
(team 'translations
|
(team 'translations
|
||||||
#:name "Translations"
|
#:name "Translations"
|
||||||
#:scope (list (make-regexp "^po/"))))
|
#:scope (list "etc/news.scm"
|
||||||
|
(make-regexp "^po/"))))
|
||||||
|
|
||||||
(define-team installer
|
(define-team installer
|
||||||
(team 'installer
|
(team 'installer
|
||||||
|
Loading…
Reference in New Issue
Block a user