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:
parent
88f55605af
commit
c48b66d6ed
1 changed files with 1 additions and 1 deletions
|
@ -10192,7 +10192,7 @@ time.")
|
||||||
("python-nbformat" ,python-nbformat)
|
("python-nbformat" ,python-nbformat)
|
||||||
("python-pygments" ,python-pygments)
|
("python-pygments" ,python-pygments)
|
||||||
("python-traitlets" ,python-traitlets)))
|
("python-traitlets" ,python-traitlets)))
|
||||||
(home-page "http://jupyter.org")
|
(home-page "https://jupyter.org")
|
||||||
(synopsis "Converting Jupyter Notebooks")
|
(synopsis "Converting Jupyter Notebooks")
|
||||||
(description "The @code{nbconvert} tool, @{jupyter nbconvert}, converts
|
(description "The @code{nbconvert} tool, @{jupyter nbconvert}, converts
|
||||||
notebooks to various other formats via Jinja templates. It allows you to
|
notebooks to various other formats via Jinja templates. It allows you to
|
||||||
|
|
Reference in a new issue