gnu: python-django: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 20 Mar 2020 23:05:03 +0000 (00:05 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 21 Mar 2020 02:09:51 +0000 (03:09 +0100)
* gnu/packages/django.scm (python-django)[home-page]: Use HTTPS.

gnu/packages/django.scm

index 70b6662..8e72139 100644 (file)
@@ -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