me
/
guix
Archived
1
0
Fork 0

gnu: python-jupyter-core: Use HTTPS home page URI.

* gnu/packages/python-xyz.scm (python-jupyter-core)[home-page]: Use HTTPS URI.
master
Nicolas Goaziou 2021-02-28 11:26:38 +01:00
parent 21ec04e372
commit 6829592159
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -7180,7 +7180,7 @@ without using the configuration machinery.")
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
(propagated-inputs (propagated-inputs
`(("python-traitlets" ,python-traitlets))) `(("python-traitlets" ,python-traitlets)))
(home-page "http://jupyter.org/") (home-page "https://jupyter.org/")
(synopsis "Jupyter base package") (synopsis "Jupyter base package")
(description (description
"Jupyter core is the base package on which Jupyter projects rely.") "Jupyter core is the base package on which Jupyter projects rely.")