civodul pushed a commit to branch master
in repository guix.

commit 242b29baa16552f3cb6f564da4ad8a729cd3e38f
Author: Ludovic Courtès <[email protected]>
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