guix-commits
[Top][All Lists]
Advanced

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

46/87: gnu: python-qtconsole: Use HTTPS home page URI.


From: guix-commits
Subject: 46/87: gnu: python-qtconsole: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:40 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 155d26ac2fdfccf785f5aa1fd2eee6681600f3bd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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

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