diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:28:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-04 20:59:52 +0100 |
commit | 7509f34fab174e704b4d4d1e465249076502f27e (patch) | |
tree | 23fac24345db37c818a162a3e4d9f4681cc00157 | |
parent | 16c896e8887250230a33b9685b63952ebad9cdf6 (diff) | |
download | guix-7509f34fab174e704b4d4d1e465249076502f27e.tar.gz guix-7509f34fab174e704b4d4d1e465249076502f27e.zip |
gnu: python-pyyaml: Update home page.
* gnu/packages/python-xyz.scm (python-pyyaml)[home-page]: Link to
the (HTTPS) front page.
-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 f3519b75f6..46b99a4ea5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2337,7 +2337,7 @@ environments and back.") (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 |