guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: python-pytest-django: Use HTTPS home page.


From: guix-commits
Subject: 01/14: gnu: python-pytest-django: Use HTTPS home page.
Date: Wed, 4 Mar 2020 15:05:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 16c896e8887250230a33b9685b63952ebad9cdf6
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:46:05 2020 +0100

    gnu: python-pytest-django: Use HTTPS home page.
    
    * gnu/packages/django.scm (python-pytest-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 3e63847..0652ea1 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -248,7 +248,7 @@ with arguments to the field constructor.")
        ("python-setuptools-scm" ,python-setuptools-scm)))
     (propagated-inputs
      `(("python-pytest" ,python-pytest)))
-    (home-page "http://pytest-django.readthedocs.org/";)
+    (home-page "https://pytest-django.readthedocs.org/";)
     (synopsis "Django plugin for py.test")
     (description "Pytest-django is a plugin for py.test that provides a set of
 useful tools for testing Django applications and projects.")



reply via email to

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