diff options
author | Brendan Tildesley <mail@brendan.scot> | 2019-04-27 21:43:04 +1000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-06 10:32:27 +0200 |
commit | 492e3a7a76c4d6e764e9cf600c6d5ab78114c26f (patch) | |
tree | 44eaf00124b5687cff4357bb011d27aa373a4957 | |
parent | ac44b39a19880ffde94cf2c682f601519dea7ffb (diff) | |
download | patches-492e3a7a76c4d6e764e9cf600c6d5ab78114c26f.tar patches-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>
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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)) |