unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58155] [PATCH] etc: teams: Add news.scm to translations team scope.
@ 2022-09-29  3:20 Thiago Jung Bauermann via Guix-patches via
  2022-09-29  7:20 ` Liliana Marie Prikler
  0 siblings, 1 reply; 4+ messages in thread
From: Thiago Jung Bauermann via Guix-patches via @ 2022-09-29  3:20 UTC (permalink / raw)
  To: 58155; +Cc: Thiago Jung Bauermann

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

Hello,

I'm interested in receiving emails about changes in etc/news.scm.
This patch assumes other members of the translations team are as well.

 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 2727505529c6..c27ea5271e54 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -354,7 +354,8 @@ (define-team games
 (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




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-03 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29  3:20 [bug#58155] [PATCH] etc: teams: Add news.scm to translations team scope Thiago Jung Bauermann via Guix-patches via
2022-09-29  7:20 ` Liliana Marie Prikler
2022-10-01 23:19   ` Thiago Jung Bauermann via Guix-patches via
2022-10-03 13:32     ` bug#58155: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).