diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-16 20:14:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-16 22:18:39 +0100 |
commit | cf34610c307caffcfea5664ba7c33ef3679a782e (patch) | |
tree | 87bce059d599bb4c39fae6292e2ad69b6abc219e /dev-python/django/django-1.4.22.ebuild | |
parent | dev-python/dexml: use HTTPS, remove dead HOMEPAGE (diff) | |
download | gentoo-cf34610c307caffcfea5664ba7c33ef3679a782e.tar.gz gentoo-cf34610c307caffcfea5664ba7c33ef3679a782e.tar.bz2 gentoo-cf34610c307caffcfea5664ba7c33ef3679a782e.zip |
dev-python/django: use HTTPS
Diffstat (limited to 'dev-python/django/django-1.4.22.ebuild')
-rw-r--r-- | dev-python/django/django-1.4.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-1.4.22.ebuild b/dev-python/django/django-1.4.22.ebuild index 987a81234ed6..f0d4e9bbe723 100644 --- a/dev-python/django/django-1.4.22.ebuild +++ b/dev-python/django/django-1.4.22.ebuild @@ -11,7 +11,7 @@ inherit bash-completion-r1 distutils-r1 eutils versionator webapp MY_P="Django-${PV}" DESCRIPTION="High-level Python web framework" -HOMEPAGE="http://www.djangoproject.com/ https://pypi.python.org/pypi/Django" +HOMEPAGE="https://www.djangoproject.com/ https://pypi.python.org/pypi/Django" SRC_URI="https://www.djangoproject.com/m/releases/$(get_version_component_range 1-2)/${MY_P}.tar.gz" LICENSE="BSD" |