1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02:00

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:
Nicolas Goaziou
2021-02-28 11:36:46 +01:00
parent c17e6604c1
commit 155d26ac2f

View File

@@ -10446,7 +10446,7 @@ Jupyter kernels such as IJulia and IRKernel.")
("python-ipython" ,python-ipython)))
(native-inputs
`(("python-pytest" ,python-pytest)))
(home-page "http://jupyter.org")
(home-page "https://jupyter.org")
(synopsis "Jupyter Qt console")
(description "This package provides a Qt-based console for Jupyter with
support for rich media output.")