diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:28:22 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:28:22 +0100 |
commit | c48b66d6ed95cf205d74c47df52b09d51568968a (patch) | |
tree | 3724c480deb6f726045d05563b05ea60c4a7d288 /gnu | |
parent | 88f55605afcd885a7b44c80a7d5fc3eafcc56fda (diff) | |
download | guix-c48b66d6ed95cf205d74c47df52b09d51568968a.tar.gz |
gnu: python-nbconvert: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-nbconvert)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu')
-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 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 |