gnu: python-django: Use HTTPS home page.

* gnu/packages/django.scm (python-django)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:05:03 +01:00
parent fa7efe1798
commit 8198c19c12
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -99,7 +99,7 @@ (define-public python-django
("python-tblib" ,python-tblib)))
(propagated-inputs
`(("python-pytz" ,python-pytz)))
(home-page "http://www.djangoproject.com/")
(home-page "https://www.djangoproject.com/")
(synopsis "High-level Python Web framework")
(description
"Django is a high-level Python Web framework that encourages rapid