gnu: autotalent: Simplify 'license'.
* gnu/packages/audio.scm (autotalent)[license]: Remove unnecessary 'list'.
This commit is contained in:
parent
662e2285f5
commit
242b29baa1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue