diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:29:11 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:29:11 +0100 |
commit | c2424076fb5f0941a3c80c141b5da8c86b60ef8b (patch) | |
tree | 7e9ac01303eefd1ce5c71fc5171a9790e38b5343 | |
parent | 6c70a7104a1cc0eda3485c7b0a8a1bcbcc4c6c4b (diff) | |
download | guix-c2424076fb5f0941a3c80c141b5da8c86b60ef8b.tar guix-c2424076fb5f0941a3c80c141b5da8c86b60ef8b.tar.gz |
gnu: python-notebook: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-notebook)[home-page]: Use HTTPS URI.
-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 c6c97854cc..ceaed61950 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10249,7 +10249,7 @@ convert an @code{.ipynb} notebook file into various static formats including: `(("python-nose" ,python-nose) ("python-sphinx" ,python-sphinx) ("python-requests" ,python-requests))) - (home-page "http://jupyter.org/") + (home-page "https://jupyter.org/") (synopsis "Web-based notebook environment for interactive computing") (description "The Jupyter HTML notebook is a web-based notebook environment for |