diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-python/testtools | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/testtools')
-rw-r--r-- | dev-python/testtools/testtools-0.9.36.ebuild | 2 | ||||
-rw-r--r-- | dev-python/testtools/testtools-1.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/testtools/testtools-1.3.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/testtools/testtools-0.9.36.ebuild b/dev-python/testtools/testtools-0.9.36.ebuild index 5c58e68da24a..464c22115f9f 100644 --- a/dev-python/testtools/testtools-0.9.36.ebuild +++ b/dev-python/testtools/testtools-0.9.36.ebuild @@ -12,7 +12,7 @@ inherit distutils-r1 versionator SERIES="trunk" DESCRIPTION="Extensions to the Python unittest library" -HOMEPAGE="https://launchpad.net/testtools http://pypi.python.org/pypi/testtools" +HOMEPAGE="https://launchpad.net/testtools https://pypi.python.org/pypi/testtools" SRC_URI="http://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/testtools/testtools-1.2.1.ebuild b/dev-python/testtools/testtools-1.2.1.ebuild index 2215d0356833..ab7448963298 100644 --- a/dev-python/testtools/testtools-1.2.1.ebuild +++ b/dev-python/testtools/testtools-1.2.1.ebuild @@ -12,7 +12,7 @@ inherit distutils-r1 versionator SERIES="trunk" DESCRIPTION="Extensions to the Python unittest library" -HOMEPAGE="https://launchpad.net/testtools http://pypi.python.org/pypi/testtools" +HOMEPAGE="https://launchpad.net/testtools https://pypi.python.org/pypi/testtools" SRC_URI="http://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/testtools/testtools-1.3.0.ebuild b/dev-python/testtools/testtools-1.3.0.ebuild index 8367169d86df..a1ecf50e6754 100644 --- a/dev-python/testtools/testtools-1.3.0.ebuild +++ b/dev-python/testtools/testtools-1.3.0.ebuild @@ -12,7 +12,7 @@ inherit distutils-r1 versionator SERIES="trunk" DESCRIPTION="Extensions to the Python unittest library" -HOMEPAGE="https://launchpad.net/testtools http://pypi.python.org/pypi/testtools" +HOMEPAGE="https://launchpad.net/testtools https://pypi.python.org/pypi/testtools" SRC_URI="http://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.gz" LICENSE="MIT" |