gnu: autotalent: Simplify 'license'.

* gnu/packages/audio.scm (autotalent)[license]: Remove unnecessary 'list'.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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