etc: Add a telephony team.

* etc/teams.scm.in (telephony): New variable.
('Maxim Cournoyer'): Add to telephony team.
This commit is contained in:
Maxim Cournoyer 2023-07-14 23:04:52 -04:00
parent 9dfda9e1a0
commit 996e006644
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 15 additions and 1 deletions

View File

@ -142,6 +142,20 @@ and the r-build-system."
"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/build/jami-service.scm"
"gnu/packages/jami.scm"
"gnu/packages/linphone.scm"
"gnu/packages/telephony.scm"
"gnu/services/telephony.scm"
"gnu/tests/data/jami-dummy-account.dat"
"gnu/tests/telephony.scm"
"tests/services/telephony.scm")))
(define-team tex
(team 'tex
#:name "TeX team"
@ -587,7 +601,7 @@ GLib/GIO, GTK, GStreamer and Webkit."
(define-member (person "Maxim Cournoyer"
"maxim.cournoyer@gmail.com")
gnome)
gnome telephony)
(define (find-team name)