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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue