guix-commits
[Top][All Lists]
Advanced

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

07/19: gnu: python-pyyaml: Fix license field to refer to license:wtfpl2.


From: guix-commits
Subject: 07/19: gnu: python-pyyaml: 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 492e3a7a76c4d6e764e9cf600c6d5ab78114c26f
Author: Brendan Tildesley <address@hidden>
Date:   Sat Apr 27 21:43:04 2019 +1000

    gnu: python-pyyaml: Fix license field to refer to license:wtfpl2.
    
    * gnu/packages/python-xyz.scm (python-pyyaml): Fix license field to refer to
      license:wtfpl2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b0d2b10..02cc18d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10200,7 +10200,7 @@ addresses, and phone numbers.")
     (description
      "pyaml is a PyYAML based python module to produce pretty and readable
 YAML-serialized data.")
-    (license (license:non-copyleft "http://www.wtfpl.net/txt/copying/";))))
+    (license license:wtfpl2)))
 
 (define-public python2-pyaml
   (package-with-python2 python-pyaml))



reply via email to

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