guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: python-sphinx: Use HTTPS home page.


From: guix-commits
Subject: 07/09: gnu: python-sphinx: Use HTTPS home page.
Date: Sun, 1 Mar 2020 14:55:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 555f3d15b1dec5785110189802430b7c6149f8a9
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:44:28 2020 +0100

    gnu: python-sphinx: Use HTTPS home page.
    
    * gnu/packages/sphinx.scm (python-sphinx)[home-page]: Use HTTPS.
---
 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 4e4abcc..1940b36 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



reply via email to

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