gnu: python-jupyter-core: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-jupyter-core)[home-page]: Use HTTPS URI.master
parent
21ec04e372
commit
6829592159
|
@ -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.")
|
||||||
|
|
Reference in New Issue