gnu: python-qtconsole: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-qtconsole)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
c17e6604c1
commit
155d26ac2f
1 changed files with 1 additions and 1 deletions
|
@ -10446,7 +10446,7 @@ Jupyter kernels such as IJulia and IRKernel.")
|
||||||
("python-ipython" ,python-ipython)))
|
("python-ipython" ,python-ipython)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
(home-page "http://jupyter.org")
|
(home-page "https://jupyter.org")
|
||||||
(synopsis "Jupyter Qt console")
|
(synopsis "Jupyter Qt console")
|
||||||
(description "This package provides a Qt-based console for Jupyter with
|
(description "This package provides a Qt-based console for Jupyter with
|
||||||
support for rich media output.")
|
support for rich media output.")
|
||||||
|
|
Reference in a new issue