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/django-piston | |
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/django-piston')
-rw-r--r-- | dev-python/django-piston/django-piston-0.2.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/django-piston/django-piston-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/django-piston/django-piston-0.2.3-r1.ebuild b/dev-python/django-piston/django-piston-0.2.3-r1.ebuild index 63558b51ce1e..4046639bea26 100644 --- a/dev-python/django-piston/django-piston-0.2.3-r1.ebuild +++ b/dev-python/django-piston/django-piston-0.2.3-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A mini-framework for Django for creating RESTful APIs" -HOMEPAGE="http://bitbucket.org/jespern/django-piston/wiki/Home" +HOMEPAGE="https://bitbucket.org/jespern/django-piston/wiki/Home" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/django-piston/django-piston-9999.ebuild b/dev-python/django-piston/django-piston-9999.ebuild index 6e4947ce4133..4ad1cbdcb1f1 100644 --- a/dev-python/django-piston/django-piston-9999.ebuild +++ b/dev-python/django-piston/django-piston-9999.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 mercurial DESCRIPTION="A mini-framework for Django for creating RESTful APIs" -HOMEPAGE="http://bitbucket.org/jespern/django-piston/wiki/Home" -EHG_REPO_URI="http://bitbucket.org/jespern/django-piston/" +HOMEPAGE="https://bitbucket.org/jespern/django-piston/wiki/Home" +EHG_REPO_URI="https://bitbucket.org/jespern/django-piston/" LICENSE="BSD" SLOT="0" |