guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

76/285: gnu: python-sphinx: Use HTTP URI.


From: guix-commits
Subject: 76/285: gnu: python-sphinx: Use HTTP URI.
Date: Sun, 29 Dec 2019 20:44:04 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit d76a6dea48832e1700691a21d240c964b7d1189e
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:21:20 2019 -0600

    gnu: python-sphinx: Use HTTP URI.
    
    * gnu/packages/sphinx.scm (python-sphinx)[home-page]: Use HTTP, HTTPS is 
not supported.
---
 gnu/packages/sphinx.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index ed1bfea..893e195 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]