diff options
author | Brett Gilio <brettg@gnu.org> | 2019-12-23 17:21:20 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2019-12-23 17:21:20 -0600 |
commit | f574b172e5916f6a6677f66c137eb43fa2039b7c (patch) | |
tree | c613aabe75c2167162c38f3052e9457956e8396e | |
parent | 4b8c8f76c58c3d0b16bb48c9479b197ef7667cb2 (diff) |
gnu: python-sphinx: Use HTTP URI.
* gnu/packages/sphinx.scm (python-sphinx)[home-page]: Use HTTP, HTTPS is not supported.
-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 ed1bfea743..893e195cff 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 "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 |