mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
ac44b39a19
commit
492e3a7a76
1 changed files with 1 additions and 1 deletions
|
@ -10200,7 +10200,7 @@ addresses, and phone numbers.")
|
||||||
(description
|
(description
|
||||||
"pyaml is a PyYAML based python module to produce pretty and readable
|
"pyaml is a PyYAML based python module to produce pretty and readable
|
||||||
YAML-serialized data.")
|
YAML-serialized data.")
|
||||||
(license (license:non-copyleft "http://www.wtfpl.net/txt/copying/"))))
|
(license license:wtfpl2)))
|
||||||
|
|
||||||
(define-public python2-pyaml
|
(define-public python2-pyaml
|
||||||
(package-with-python2 python-pyaml))
|
(package-with-python2 python-pyaml))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue