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>master
parent
0e293f75f1
commit
f62e7ce442
|
@ -1165,7 +1165,7 @@ the programmer.")
|
|||
(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
|
||||
|
|
Reference in New Issue