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

* gnu/packages/python-xyz.scm (python-jupyter-client)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:26:02 +01:00
parent b0a869ff80
commit 21ec04e372
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -7221,7 +7221,7 @@ without using the configuration machinery.")
`(("python-pyzmq" ,python-pyzmq) `(("python-pyzmq" ,python-pyzmq)
("python-traitlets" ,python-traitlets) ("python-traitlets" ,python-traitlets)
("python-jupyter-core" ,python-jupyter-core))) ("python-jupyter-core" ,python-jupyter-core)))
(home-page "http://jupyter.org/") (home-page "https://jupyter.org/")
(synopsis "Jupyter protocol implementation and client libraries") (synopsis "Jupyter protocol implementation and client libraries")
(description (description
"The @code{jupyter_client} package contains the reference implementation "The @code{jupyter_client} package contains the reference implementation