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
Brendan Tildesley 2019-04-27 21:43:01 +10:00 committed by Ludovic Courtès
parent 0e293f75f1
commit f62e7ce442
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

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