guix-commits
[Top][All Lists]
Advanced

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

03/20: gnu: python-sphinx: Use HTTP URI.


From: guix-commits
Subject: 03/20: gnu: python-sphinx: Use HTTP URI.
Date: Mon, 23 Dec 2019 18:31:57 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit f574b172e5916f6a6677f66c137eb43fa2039b7c
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]