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


View this message in rfc822 format

From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: 69593 <at> debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [bug#69593] [PATCH v3 3/3] teams: Add FluidPlug team.
Date: Mon, 21 Oct 2024 00:54:04 +0200
* etc/teams.scm (fluidplug): New team; add Giacomo to it.

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

diff --git a/etc/teams.scm b/etc/teams.scm
index 1fb87e0947..81d92ce829 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -580,6 +580,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")
@@ -750,6 +756,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.