summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBrendan Tildesley <mail@brendan.scot>2019-04-27 21:43:04 +1000
committerLudovic Courtès <ludo@gnu.org>2019-05-06 10:32:27 +0200
commit492e3a7a76c4d6e764e9cf600c6d5ab78114c26f (patch)
tree44eaf00124b5687cff4357bb011d27aa373a4957 /gnu
parentac44b39a19880ffde94cf2c682f601519dea7ffb (diff)
downloadgnu-guix-492e3a7a76c4d6e764e9cf600c6d5ab78114c26f.tar
gnu-guix-492e3a7a76c4d6e764e9cf600c6d5ab78114c26f.tar.gz
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 <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b0d2b105ca..02cc18d203 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))