summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:29:11 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:29:11 +0100
commitc2424076fb5f0941a3c80c141b5da8c86b60ef8b (patch)
tree7e9ac01303eefd1ce5c71fc5171a9790e38b5343
parent6c70a7104a1cc0eda3485c7b0a8a1bcbcc4c6c4b (diff)
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.scm2
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