diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 19:39:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-16 22:54:47 +0100 |
commit | d39885a8a9e0e03c2bf6277d475d384168bba642 (patch) | |
tree | 22e6855ea86a1a96f880f5c2d10d337df5243841 /gnu | |
parent | 25ee4a474511162e3ad98e7ecb0d06cedf438b0f (diff) |
gnu: python-reno: Update home page.
* gnu/packages/openstack.scm (python-reno)[home-page]: Follow (HTTPS)
redirection.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/openstack.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 0d87691cd7..3b6ec6b44f 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -599,7 +599,7 @@ in transmittable and storable formats, such as JSON and MessagePack.") ("python-sphinx" ,python-sphinx) ("gnupg" ,gnupg) ("git" ,git-minimal))) - (home-page "http://docs.openstack.org/developer/reno/") + (home-page "https://docs.openstack.org/reno/latest/") (synopsis "Release notes manager") (description "Reno is a tool for storing release notes in a git repository and building documentation from them.") |