guix-commits
[Top][All Lists]
Advanced

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

34/87: gnu: python-jupyter-client: Use HTTPS home page URI.


From: guix-commits
Subject: 34/87: gnu: python-jupyter-client: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:36 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 21ec04e372a6a970ed653a5dc7a123c204519260
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:26:02 2021 +0100

    gnu: python-jupyter-client: Use HTTPS home page URI.
    
    * gnu/packages/python-xyz.scm (python-jupyter-client)[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 8590494..44bd1b3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7221,7 +7221,7 @@ without using the configuration machinery.")
      `(("python-pyzmq" ,python-pyzmq)
        ("python-traitlets" ,python-traitlets)
        ("python-jupyter-core" ,python-jupyter-core)))
-    (home-page "http://jupyter.org/";)
+    (home-page "https://jupyter.org/";)
     (synopsis "Jupyter protocol implementation and client libraries")
     (description
      "The @code{jupyter_client} package contains the reference implementation



reply via email to

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