diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-25 22:31:46 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-25 18:16:48 -0400 |
commit | 8decd546046921e077cef3315db4d2ae071ea1f4 (patch) | |
tree | fd03d5f88317270da06b52dd64728a2f189789ed /dev-python/django-timezone-field | |
parent | sci-visualization/paraview: add USE=offscreen, reorganize configuration, QA (diff) | |
download | gentoo-8decd546046921e077cef3315db4d2ae071ea1f4.tar.gz gentoo-8decd546046921e077cef3315db4d2ae071ea1f4.tar.bz2 gentoo-8decd546046921e077cef3315db4d2ae071ea1f4.zip |
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>
Diffstat (limited to 'dev-python/django-timezone-field')
-rw-r--r-- | dev-python/django-timezone-field/django-timezone-field-3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |