mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jupyter-core: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-jupyter-core)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
21ec04e372
commit
6829592159
1 changed files with 1 additions and 1 deletions
|
@ -7180,7 +7180,7 @@ without using the configuration machinery.")
|
|||
(arguments `(#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("python-traitlets" ,python-traitlets)))
|
||||
(home-page "http://jupyter.org/")
|
||||
(home-page "https://jupyter.org/")
|
||||
(synopsis "Jupyter base package")
|
||||
(description
|
||||
"Jupyter core is the base package on which Jupyter projects rely.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue