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:
parent
b0a869ff80
commit
21ec04e372
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user