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

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

View file

@ -10249,7 +10249,7 @@ (define-public python-notebook
`(("python-nose" ,python-nose)
("python-sphinx" ,python-sphinx)
("python-requests" ,python-requests)))
(home-page "http://jupyter.org/")
(home-page "https://jupyter.org/")
(synopsis "Web-based notebook environment for interactive computing")
(description
"The Jupyter HTML notebook is a web-based notebook environment for