mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: python-sphinx: Use HTTPS home page.
* gnu/packages/sphinx.scm (python-sphinx)[home-page]: Use HTTPS.
This commit is contained in:
parent
f4eee79db2
commit
555f3d15b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue