mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-pyyaml: Update home page.
* gnu/packages/python-xyz.scm (python-pyyaml)[home-page]: Link to the (HTTPS) front page.
This commit is contained in:
parent
16c896e888
commit
7509f34fab
1 changed files with 1 additions and 1 deletions
|
@ -2337,7 +2337,7 @@ (define-public python-pyyaml
|
|||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("libyaml" ,libyaml)))
|
||||
(home-page "http://pyyaml.org/wiki/PyYAML")
|
||||
(home-page "https://pyyaml.org")
|
||||
(synopsis "YAML parser and emitter for Python")
|
||||
(description
|
||||
"PyYAML is a YAML parser and emitter for Python. PyYAML features a
|
||||
|
|
Loading…
Reference in a new issue