gnu: python-sphinx: Use HTTP URI.
* gnu/packages/sphinx.scm (python-sphinx)[home-page]: Use HTTP, HTTPS is not supported.master
parent
4b8c8f76c5
commit
f574b172e5
|
@ -93,7 +93,7 @@
|
|||
("python-mock" ,python-mock)
|
||||
("python-nose" ,python-nose)
|
||||
("python-pytest" ,python-pytest)))
|
||||
(home-page "https://sphinx-doc.org/")
|
||||
(home-page "http://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
|
||||
|
|
Reference in New Issue