diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:26:02 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:26:02 +0100 |
commit | 21ec04e372a6a970ed653a5dc7a123c204519260 (patch) | |
tree | 82da637f81e5a4af43b6813d36f4a4811f165fc4 /gnu/packages | |
parent | b0a869ff80afbc03669dfac663caccea540ffcec (diff) |
gnu: python-jupyter-client: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-jupyter-client)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8590494a5e..44bd1b3279 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 |