gnu: zimg: Fix license field to refer to license:wtfpl2.
authorBrendan Tildesley <mail@brendan.scot>
Sat, 27 Apr 2019 11:43:01 +0000 (21:43 +1000)
committerLudovic Courtès <ludo@gnu.org>
Mon, 6 May 2019 08:32:21 +0000 (10:32 +0200)
* gnu/packages/image.scm (zimg): Fix license field to refer to license:wtfpl2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/image.scm

index 4443e1c..d46354b 100644 (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