ngz pushed a commit to branch master
in repository guix.
commit c2424076fb5f0941a3c80c141b5da8c86b60ef8b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:29:11 2021 +0100
gnu: python-notebook: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-notebook)[home-page]: Use HTTPS URI.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c6c9785..ceaed61 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