mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
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 @@ (define-public python-jupyter-client
|
|||
`(("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 a new issue