ngz pushed a commit to branch master
in repository guix.
commit c48b66d6ed95cf205d74c47df52b09d51568968a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:28:22 2021 +0100
gnu: python-nbconvert: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-nbconvert)[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 0ee4bbd..08e064c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10192,7 +10192,7 @@ time.")
("python-nbformat" ,python-nbformat)
("python-pygments" ,python-pygments)
("python-traitlets" ,python-traitlets)))
- (home-page "http://jupyter.org")
+ (home-page "https://jupyter.org")
(synopsis "Converting Jupyter Notebooks")
(description "The @code{nbconvert} tool, @{jupyter nbconvert}, converts
notebooks to various other formats via Jinja templates. It allows you to