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/django-crispy-forms | |
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/django-crispy-forms')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.4.0.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-1.4.0.ebuild index 658947e05ac6..6629af1cfae3 100644 --- a/dev-python/django-crispy-forms/django-crispy-forms-1.4.0.ebuild +++ b/dev-python/django-crispy-forms/django-crispy-forms-1.4.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) inherit distutils-r1 DESCRIPTION="Best way to have Django DRY forms" -HOMEPAGE="https://pypi.python.org/pypi/django-crispy-forms/ http://github.com/maraujop/django-crispy-forms https://django-crispy-forms.readthedocs.org/en/latest/" +HOMEPAGE="https://pypi.python.org/pypi/django-crispy-forms/ https://github.com/maraujop/django-crispy-forms https://django-crispy-forms.readthedocs.org/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.5.0.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-1.5.0.ebuild index c46101be76dd..5022f3987746 100644 --- a/dev-python/django-crispy-forms/django-crispy-forms-1.5.0.ebuild +++ b/dev-python/django-crispy-forms/django-crispy-forms-1.5.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) inherit distutils-r1 DESCRIPTION="Best way to have Django DRY forms" -HOMEPAGE="https://pypi.python.org/pypi/django-crispy-forms/ http://github.com/maraujop/django-crispy-forms https://django-crispy-forms.readthedocs.org/en/latest/" +HOMEPAGE="https://pypi.python.org/pypi/django-crispy-forms/ https://github.com/maraujop/django-crispy-forms https://django-crispy-forms.readthedocs.org/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.5.1.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-1.5.1.ebuild index 888ad98413ef..a6237e0afdb8 100644 --- a/dev-python/django-crispy-forms/django-crispy-forms-1.5.1.ebuild +++ b/dev-python/django-crispy-forms/django-crispy-forms-1.5.1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Best way to have Django DRY forms" HOMEPAGE=" https://pypi.python.org/pypi/django-crispy-forms/ - http://github.com/maraujop/django-crispy-forms + https://github.com/maraujop/django-crispy-forms https://django-crispy-forms.readthedocs.org/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |