From 78ec4dfeffccb08fe4c2314d5f044c147ada30c9 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Fri, 23 Sep 2016 00:37:19 +0100 Subject: [PATCH] Used HTTPS link to djangoproject.com in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b18495bea..2d7080a131 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ version = __import__('django').get_version() setup( name='Django', version=version, - url='http://www.djangoproject.com/', + url='https://www.djangoproject.com/', author='Django Software Foundation', author_email='foundation@djangoproject.com', description=('A high-level Python Web framework that encourages '