mothacehe pushed a commit to branch master
in repository guix.
commit e7c8bdac93df97242820fe5490d92eee3b019fd7
Author: Gabriel Wicki <[email protected]>
AuthorDate: Thu Oct 26 23:37:14 2023 +0200
teams: Add audio team.
Message-ID:
<81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabr...@erlikon.ch>
From: Gabriel Wicki <[email protected]>
Date: Tue, 2 May 2023 16:38:15 +0200
Subject: [PATCH 1/2] teams: Add audio team.
* etc/teams.scm.in (audio): Add team.
Signed-off-by: Mathieu Othacehe <[email protected]>
---
etc/teams.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index f3d4c73132..3d35556c9c 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -522,6 +522,12 @@ GLib/GIO, GTK, GStreamer and Webkit."
#:scope (list "gnu/packages/lxqt.scm"
"gnu/packages/qt.scm")))
+(define-team audio
+ (team 'audio
+ #:name "Audio team"
+ #:description "Audio related packages."
+ #:scope (list "gnu/packages/audio.scm")))
+
(define-member (person "Eric Bavier"
"[email protected]")