Archived
1
0
Fork 0

gnu: python-nbconvert: Use HTTPS home page URI.

* gnu/packages/python-xyz.scm (python-nbconvert)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:28:22 +01:00
parent 88f55605af
commit c48b66d6ed
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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