diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:44:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 20:47:54 +0100 |
commit | 555f3d15b1dec5785110189802430b7c6149f8a9 (patch) | |
tree | cb5a45cd86842456cfdd3017ac1e9444ca4c10b8 /gnu/packages/sphinx.scm | |
parent | f4eee79db28109e751fbcf8c32b7228cbf666a43 (diff) | |
download | guix-555f3d15b1dec5785110189802430b7c6149f8a9.tar guix-555f3d15b1dec5785110189802430b7c6149f8a9.tar.gz |
gnu: python-sphinx: Use HTTPS home page.
* gnu/packages/sphinx.scm (python-sphinx)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 4e4abccb04..1940b36a33 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -93,7 +93,7 @@ ("python-mock" ,python-mock) ("python-nose" ,python-nose) ("python-pytest" ,python-pytest))) - (home-page "http://www.sphinx-doc.org") + (home-page "https://www.sphinx-doc.org") (synopsis "Python documentation generator") (description "Sphinx is a tool that makes it easy to create documentation for Python projects or other documents consisting of multiple reStructuredText |