gnu: autotalent: Simplify 'license'.
* gnu/packages/audio.scm (autotalent)[license]: Remove unnecessary 'list'.master
parent
662e2285f5
commit
242b29baa1
|
@ -466,7 +466,7 @@ controls are allowable notes, strength of correction, LFO for vibrato and
|
||||||
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
|
||||||
|
|
Reference in New Issue