GNU bug report logs - #69593
Add FluidPlug

Previous Next

Package: guix-patches;

Reported by: paul <goodoldpaul <at> autistici.org>

Date: Wed, 6 Mar 2024 20:17:01 UTC

Severity: normal

Done: paul <goodoldpaul <at> autistici.org>

Full log


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

From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: 69593 <at> debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [PATCH v5 3/3] teams: Add FluidPlug team.
Date: Sun,  1 Dec 2024 00:53:53 +0100
* etc/teams.scm (fluidplug): New team; add Giacomo to it.

Change-Id: I8c530f1a3c985521e4bc436b62120888143c1ab0
---
 etc/teams.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 4f86dfb954..33f4ba9cba 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -610,6 +610,12 @@ (define-team zig
                       "guix/build/zig-build-system.scm"
                       "guix/build-system/zig.scm")))
 
+(define-team fluidplug
+  (team 'fluidplug
+        #:name "FluidPlug"
+        #:description "FluidPlug LV2 plugins"
+        #:scope (list "gnu/packages/fluidplug.scm")))
+
 
 (define-member (person "Eric Bavier"
                        "bavier <at> posteo.net")
@@ -780,6 +786,10 @@ (define-member (person "André Batista"
                        "nandre <at> riseup.net")
   mozilla)
 
+(define-member (person "Giacomo Leidi"
+                       "goodoldpaul <at> autistici.org")
+  fluidplug)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
-- 
2.46.0





This bug report was last modified 12 days ago.

Previous Next


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