diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:37:39 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:37:39 +0200 |
commit | c84be41d02d264cc116a9a8436ca3bef3abb417c (patch) | |
tree | 00c29a23c14336b8b4577bf62092deee755d12af /dev-python/nose-exclude | |
parent | Use https by default (diff) | |
download | gentoo-c84be41d02d264cc116a9a8436ca3bef3abb417c.tar.gz gentoo-c84be41d02d264cc116a9a8436ca3bef3abb417c.tar.bz2 gentoo-c84be41d02d264cc116a9a8436ca3bef3abb417c.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/nose-exclude')
-rw-r--r-- | dev-python/nose-exclude/nose-exclude-0.1.9.ebuild | 2 | ||||
-rw-r--r-- | dev-python/nose-exclude/nose-exclude-0.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/nose-exclude/nose-exclude-0.3.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild b/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild index 89c945a8426d..63c84a7d4989 100644 --- a/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Exclude specific directories from nosetests runs" -HOMEPAGE="http://bitbucket.org/kgrandis/nose-exclude" +HOMEPAGE="https://bitbucket.org/kgrandis/nose-exclude" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild index f7825b730a0e..3185a051be49 100644 --- a/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Exclude specific directories from nosetests runs" -HOMEPAGE="http://bitbucket.org/kgrandis/nose-exclude" +HOMEPAGE="https://bitbucket.org/kgrandis/nose-exclude" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild index 8d135a604695..c3a90062bd4f 100644 --- a/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Exclude specific directories from nosetests runs" -HOMEPAGE="http://bitbucket.org/kgrandis/nose-exclude" +HOMEPAGE="https://bitbucket.org/kgrandis/nose-exclude" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" |