ngz pushed a commit to branch master
in repository guix.

commit 155d26ac2fdfccf785f5aa1fd2eee6681600f3bd
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:36:46 2021 +0100

    gnu: python-qtconsole: Use HTTPS home page URI.
    
    * gnu/packages/python-xyz.scm (python-qtconsole)[home-page]: Use HTTPS URI.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c0eccaa..a312558 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10446,7 +10446,7 @@ Jupyter kernels such as IJulia and IRKernel.")
        ("python-ipython" ,python-ipython)))
     (native-inputs
      `(("python-pytest" ,python-pytest)))
-    (home-page "http://jupyter.org";)
+    (home-page "https://jupyter.org";)
     (synopsis "Jupyter Qt console")
     (description "This package provides a Qt-based console for Jupyter with
 support for rich media output.")

Reply via email to