dev-python/django-timezone-field: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11824
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2019-04-25 22:31:46 +02:00
committed by Aaron Bauman
parent b33b3e60d2
commit 8decd54604

View File

@@ -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"