mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: zimg: Fix license field to refer to license:wtfpl2.
* gnu/packages/image.scm (zimg): Fix license field to refer to license:wtfpl2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0e293f75f1
commit
f62e7ce442
1 changed files with 1 additions and 1 deletions
|
@ -1165,7 +1165,7 @@ (define-public zimg
|
|||
(home-page "https://github.com/sekrit-twc/zimg")
|
||||
;; test/extra/ contains musl-libm,
|
||||
;; which is MIT/expat licensed, but only used for tests
|
||||
(license (license:fsf-free "file://COPYING")))) ;WTFPL version 2
|
||||
(license license:wtfpl2)))
|
||||
|
||||
(define-public perceptualdiff
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue