mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: shntool: Fix license.
* gnu/packages/audio.scm (shntool)[license]: Correct 'gpl3+' to 'gpl2+' and add 'x11'.
This commit is contained in:
parent
8763fdf8a5
commit
6ac2af78e0
1 changed files with 2 additions and 1 deletions
|
@ -2032,4 +2032,5 @@ (define-public shntool
|
|||
that contains WAVE data, compressed or not---provided there exists a format
|
||||
module to handle that particular file type.")
|
||||
(home-page "http://etree.org/shnutils/shntool/")
|
||||
(license license:gpl3+)))
|
||||
;; 'install-sh' bears the x11 license
|
||||
(license (list license:gpl2+ license:x11))))
|
||||
|
|
Loading…
Reference in a new issue