ngz pushed a commit to branch master
in repository guix.
commit 21ec04e372a6a970ed653a5dc7a123c204519260
Author: Nicolas Goaziou <[email protected]>
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