diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:26:38 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:26:38 +0100 |
commit | 68295921591b63ef608868c417aab40f05037b18 (patch) | |
tree | 0b8eaeefff520b7b518d52ce76a333dae30d9d0b /gnu | |
parent | 21ec04e372a6a970ed653a5dc7a123c204519260 (diff) | |
download | guix-68295921591b63ef608868c417aab40f05037b18.tar.gz |
gnu: python-jupyter-core: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-jupyter-core)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu')
-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 44bd1b3279..277f31bdc3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7180,7 +7180,7 @@ without using the configuration machinery.") (arguments `(#:tests? #f)) (propagated-inputs `(("python-traitlets" ,python-traitlets))) - (home-page "http://jupyter.org/") + (home-page "https://jupyter.org/") (synopsis "Jupyter base package") (description "Jupyter core is the base package on which Jupyter projects rely.") |