GNU bug report logs - #64634
[PATCH 1/2] etc: Add a telephony team.

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Sat, 15 Jul 2023 03:14:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: guix-patches <at> gnu.org,
	maxim.cournoyer <at> gmail.com
Subject: [PATCH 1/2] etc: Add a telephony team.
Date: Fri, 14 Jul 2023 23:12:39 -0400
* etc/teams.scm.in (telephony): New variable.
(person): Register myself to it.
---
 etc/teams.scm.in | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 1e8ea95966..8c4ee24119 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -142,6 +142,18 @@ (define-team r
                       "guix/scripts/import/cran.scm"
                       "tests/cran.scm")))
 
+(define-team telephony
+  (team 'telephony
+        #:name "Telephony team"
+        #:description
+        "Telephony packages and services such as Jami, Linphone, etc."
+        #:scope (list "gnu/packages/jami.scm"
+                      "gnu/packages/linphone.scm"
+                      "gnu/packages/telephony.scm"
+                      "gnu/services/telephony.scm"
+                      "gnu/tests/telephony.scm"
+                      "tests/services/telephony.scm")))
+
 (define-team tex
   (team 'tex
         #:name "TeX team"
@@ -587,7 +599,7 @@ (define-member (person "Zhu Zihao"
 
 (define-member (person "Maxim Cournoyer"
                        "maxim.cournoyer <at> gmail.com")
-  gnome)
+  gnome telephony)
 
 
 (define (find-team name)

base-commit: 88027480b537b391b5089fb06889835510f33e59
-- 
2.40.1





This bug report was last modified 1 year and 361 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.