[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: etc: teams: Add news.scm to translations team sco
From: |
guix-commits |
Subject: |
branch master updated: etc: teams: Add news.scm to translations team scope. |
Date: |
Mon, 03 Oct 2022 09:33:40 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ee8211a62c etc: teams: Add news.scm to translations team scope.
ee8211a62c is described below
commit ee8211a62ca083339ade240703ac94a0ffb07e09
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Thu Sep 29 00:20:58 2022 -0300
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>
---
etc/teams.scm.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 2727505529..c27ea5271e 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: etc: teams: Add news.scm to translations team scope.,
guix-commits <=