summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 22:46:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-04 20:59:52 +0100
commit16c896e8887250230a33b9685b63952ebad9cdf6 (patch)
tree29bb353135452988b4f7a36ccd4b12e71eaad1dd
parentc8abbe1468bc69b5f2b481aa11da62bc59168b26 (diff)
downloadpatches-16c896e8887250230a33b9685b63952ebad9cdf6.tar
patches-16c896e8887250230a33b9685b63952ebad9cdf6.tar.gz
gnu: python-pytest-django: Use HTTPS home page.
* gnu/packages/django.scm (python-pytest-django)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/django.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 3e63847a87..0652ea15e6 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.")