guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/17: gnu: python-django: Use HTTPS home page.


From: guix-commits
Subject: 17/17: gnu: python-django: Use HTTPS home page.
Date: Fri, 20 Mar 2020 22:14:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8198c19c127a02eb238a59a15c17aa2100ce9574
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:05:03 2020 +0100

    gnu: python-django: Use HTTPS home page.
    
    * gnu/packages/django.scm (python-django)[home-page]: Use HTTPS.
---
 gnu/packages/django.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 70b6662..8e72139 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]