1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 18:11:51 +02:00

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>
This commit is contained in:
Brendan Tildesley
2019-04-27 21:43:04 +10:00
committed by Ludovic Courtès
parent ac44b39a19
commit 492e3a7a76
+1 -1
View File
@@ -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))