gnu: autotalent: Simplify 'license'.

* gnu/packages/audio.scm (autotalent)[license]: Remove unnecessary 'list'.
This commit is contained in:
Ludovic Courtès 2018-11-20 13:46:09 +01:00
parent 662e2285f5
commit 242b29baa1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -466,7 +466,7 @@ (define-public autotalent
formant warp.") formant warp.")
;; All code except the FFT routine is licensed under GPLv2+. ;; All code except the FFT routine is licensed under GPLv2+.
;; The FFT routine is under BSD-3. ;; The FFT routine is under BSD-3.
(license (list license:gpl2+)))) (license license:gpl2+)))
(define-public azr3 (define-public azr3
(package (package