guix-patches
[Top][All Lists]
Advanced

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

[bug#35449] [PATCH 4/7] gnu: python-pyyaml: Fix license field to refer t


From: Brendan Tildesley
Subject: [bug#35449] [PATCH 4/7] gnu: python-pyyaml: Fix license field to refer to license:wtfpl2.
Date: Sat, 27 Apr 2019 21:43:04 +1000

* gnu/packages/python-xyz.scm (python-pyyaml): Fix license field to refer to
  license:wtfpl2.
---
 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 ce3fd660a8..9462577cd4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9884,7 +9884,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))
-- 
2.21.0






reply via email to

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