diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-02 23:49:10 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-02 23:49:10 +0100 |
commit | fb98351621a6b311d4ff9593d6c22d40a3b3fe8f (patch) | |
tree | 05fb46c92657a70cad6923c64b63540a88555bb4 /gnu/packages/sphinx.scm | |
parent | d614f0bba90c86c836131eea3ebb9cbd30f19abf (diff) | |
parent | 15a6805751309452616999933492f1fb9da8bcec (diff) | |
download | patches-fb98351621a6b311d4ff9593d6c22d40a3b3fe8f.tar patches-fb98351621a6b311d4ff9593d6c22d40a3b3fe8f.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/sphinx.scm')
-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 4e4abccb04..1940b36a33 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 "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 |