diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:05:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 03:09:51 +0100 |
commit | 8198c19c127a02eb238a59a15c17aa2100ce9574 (patch) | |
tree | 7351ad72a3349771aa3108d2e23e878c082db0e8 | |
parent | fa7efe1798b187f832a9d9d6f83497a0886bf1b3 (diff) | |
download | patches-8198c19c127a02eb238a59a15c17aa2100ce9574.tar patches-8198c19c127a02eb238a59a15c17aa2100ce9574.tar.gz |
gnu: python-django: Use HTTPS home page.
* gnu/packages/django.scm (python-django)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/django.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 70b6662a9e..8e72139a07 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -99,7 +99,7 @@ ("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 |