guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/19: gnu: zimg: Fix license field to refer to license:wtfpl2.


From: guix-commits
Subject: 04/19: gnu: zimg: Fix license field to refer to license:wtfpl2.
Date: Mon, 6 May 2019 05:19:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f62e7ce4422a49c0cc8baa21b115c7d3963f97c5
Author: Brendan Tildesley <address@hidden>
Date:   Sat Apr 27 21:43:01 2019 +1000

    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 <address@hidden>
---
 gnu/packages/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 4443e1c..d46354b 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]