summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-02-23 17:42:41 +0100
committerAaron Bauman <bman@gentoo.org>2019-02-26 23:21:14 -0500
commitde31037cfd0783e4a0973ee12e522d0e01026635 (patch)
treea58ae62decee5bcff84ab0f966ff64dd36aeda70 /dev-python/jupyter_client
parentsci-astronomy/pyephem: use HTTPS (diff)
downloadgentoo-de31037cfd0783e4a0973ee12e522d0e01026635.tar.gz
gentoo-de31037cfd0783e4a0973ee12e522d0e01026635.tar.bz2
gentoo-de31037cfd0783e4a0973ee12e522d0e01026635.zip
dev-python/jupyter_client: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11144 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_client')
-rw-r--r--dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild2
-rw-r--r--dev-python/jupyter_client/jupyter_client-5.2.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild b/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild
index 09bba7902305..0db2a10b6dba 100644
--- a/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-5.1.0-r1.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
DESCRIPTION="Jupyter protocol implementation and client libraries"
-HOMEPAGE="http://jupyter.org"
+HOMEPAGE="https://jupyter.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild b/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
index e8954466c964..b55d71f52dcf 100644
--- a/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-5.2.3.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
DESCRIPTION="Jupyter protocol implementation and client libraries"
-HOMEPAGE="http://jupyter.org"
+HOMEPAGE="https://jupyter.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"