From: Michael Mair-Keimberger Date: Thu, 25 Apr 2019 20:31:46 +0000 (+0200) Subject: dev-python/django-timezone-field: use HTTPS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8decd546046921e077cef3315db4d2ae071ea1f4;p=gentoo.git dev-python/django-timezone-field: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11824 Signed-off-by: Aaron Bauman --- diff --git a/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild b/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild index 970c164a68a2..dec1b78d4ddb 100644 --- a/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild +++ b/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="A Django app providing database and form fields for pytz timezone objects" -HOMEPAGE="http://github.com/mfogel/django-timezone-field" +HOMEPAGE="https://github.com/mfogel/django-timezone-field" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"