nckx pushed a commit to branch master
in repository guix.
commit 16c896e8887250230a33b9685b63952ebad9cdf6
Author: Tobias Geerinckx-Rice <[email protected]>
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.")