mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-sphinx: Use HTTP URI.
* gnu/packages/sphinx.scm (python-sphinx)[home-page]: Use HTTP, HTTPS is not supported.
This commit is contained in:
parent
4b8c8f76c5
commit
f574b172e5
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ (define-public python-sphinx
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("python-pytest" ,python-pytest)))
|
("python-pytest" ,python-pytest)))
|
||||||
(home-page "https://sphinx-doc.org/")
|
(home-page "http://www.sphinx-doc.org")
|
||||||
(synopsis "Python documentation generator")
|
(synopsis "Python documentation generator")
|
||||||
(description "Sphinx is a tool that makes it easy to create documentation
|
(description "Sphinx is a tool that makes it easy to create documentation
|
||||||
for Python projects or other documents consisting of multiple reStructuredText
|
for Python projects or other documents consisting of multiple reStructuredText
|
||||||
|
|
Loading…
Reference in a new issue