mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-27 20:56:46 +01:00
gnu: autotalent: Simplify 'license'.
* gnu/packages/audio.scm (autotalent)[license]: Remove unnecessary 'list'.
This commit is contained in:
parent
662e2285f5
commit
242b29baa1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue