guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: autotalent: Simplify 'license'.


From: Ludovic Courtès
Subject: 01/05: gnu: autotalent: Simplify 'license'.
Date: Tue, 20 Nov 2018 12:39:59 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 242b29baa16552f3cb6f564da4ad8a729cd3e38f
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 20 13:46:09 2018 +0100

    gnu: autotalent: Simplify 'license'.
    
    * gnu/packages/audio.scm (autotalent)[license]: Remove unnecessary 'list'.
---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index d8a3c3c..5276992 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -466,7 +466,7 @@ controls are allowable notes, strength of correction, LFO 
for vibrato and
 formant warp.")
     ;; All code except the FFT routine is licensed under GPLv2+.
     ;; The FFT routine is under BSD-3.
-    (license (list license:gpl2+))))
+    (license license:gpl2+)))
 
 (define-public azr3
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]