gnu: python-sphinx: Use HTTPS home page.

* gnu/packages/sphinx.scm (python-sphinx)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:44:28 +01:00
parent f4eee79db2
commit 555f3d15b1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -93,7 +93,7 @@ (define-public python-sphinx
("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