summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-16 20:14:29 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-16 22:18:39 +0100
commitcf34610c307caffcfea5664ba7c33ef3679a782e (patch)
tree87bce059d599bb4c39fae6292e2ad69b6abc219e /dev-python/django/django-1.6.11.ebuild
parentdev-python/dexml: use HTTPS, remove dead HOMEPAGE (diff)
downloadgentoo-cf34610c307caffcfea5664ba7c33ef3679a782e.tar.gz
gentoo-cf34610c307caffcfea5664ba7c33ef3679a782e.tar.bz2
gentoo-cf34610c307caffcfea5664ba7c33ef3679a782e.zip
dev-python/django: use HTTPS
Diffstat (limited to 'dev-python/django/django-1.6.11.ebuild')
-rw-r--r--dev-python/django/django-1.6.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-1.6.11.ebuild b/dev-python/django/django-1.6.11.ebuild
index e202cb41ed3f..8809d4551554 100644
--- a/dev-python/django/django-1.6.11.ebuild
+++ b/dev-python/django/django-1.6.11.ebuild
@@ -13,7 +13,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"