summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:28:22 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:28:22 +0100
commitc48b66d6ed95cf205d74c47df52b09d51568968a (patch)
tree3724c480deb6f726045d05563b05ea60c4a7d288
parent88f55605afcd885a7b44c80a7d5fc3eafcc56fda (diff)
gnu: python-nbconvert: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-nbconvert)[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 0ee4bbd245..08e064c561 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