mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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