diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-23 07:15:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-23 08:03:51 +0200 |
commit | b560296c624ab3a8711e355de60b200ee1621c01 (patch) | |
tree | 8c8368bb113f35cbc37f071a3ed345ffa5999ac0 | |
parent | dev-python/stevedore: Bump to 2.0.1 (diff) | |
download | gentoo-b560296c624ab3a8711e355de60b200ee1621c01.tar.gz gentoo-b560296c624ab3a8711e355de60b200ee1621c01.tar.bz2 gentoo-b560296c624ab3a8711e355de60b200ee1621c01.zip |
dev-python/qtconsole: Use HTTPS for HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/qtconsole/qtconsole-4.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qtconsole/qtconsole-4.7.5.ebuild b/dev-python/qtconsole/qtconsole-4.7.5.ebuild index b9aa30d6b720..eab98c37d95e 100644 --- a/dev-python/qtconsole/qtconsole-4.7.5.ebuild +++ b/dev-python/qtconsole/qtconsole-4.7.5.ebuild @@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Qt-based console for Jupyter with support for rich media output" -HOMEPAGE="http://jupyter.org" +HOMEPAGE="https://jupyter.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |