dev-python/django-timezone-field: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 25 Apr 2019 20:31:46 +0000 (22:31 +0200)
committerAaron Bauman <bman@gentoo.org>
Thu, 25 Apr 2019 22:16:48 +0000 (18:16 -0400)
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>
dev-python/django-timezone-field/django-timezone-field-3.0.ebuild

index 970c164a68a230755cdebe40c17fb065b08e9af7..dec1b78d4ddb020ac7abfaa87ba966d5f18c9e9b 100644 (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"