guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: Use HTTPS for sphinx-doc.org.


From: guix-commits
Subject: 03/08: gnu: Use HTTPS for sphinx-doc.org.
Date: Thu, 20 Jun 2019 17:03:43 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b549a053531539c15c2d3d321c180e8feb3890be
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 18 18:28:04 2019 +0200

    gnu: Use HTTPS for sphinx-doc.org.
    
    * gnu/packages/sphinx.scm (python-sphinx,
    python-sphinxcontrib-websupport)[home-page]: Use HTTPS.
---
 gnu/packages/sphinx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 1bc7149..0a7fc96 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -90,7 +90,7 @@
        ("python-mock" ,python-mock)
        ("python-nose" ,python-nose)
        ("python-pytest" ,python-pytest)))
-    (home-page "http://sphinx-doc.org/";)
+    (home-page "https://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
@@ -341,7 +341,7 @@ SVG images natively (e.g. LaTeX).")
     (arguments
      ;; FIXME: Tests depend on Sphinx, which depends on this.
      `(#:tests? #f))
-    (home-page "http://sphinx-doc.org/";)
+    (home-page "https://sphinx-doc.org/";)
     (synopsis "Sphinx API for web applications")
     (description "This package provides a Python API to easily integrate
 Sphinx documentation into your web application.  It provides tools to



reply via email to

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