gnu: python-pytest-django: Use HTTPS home page.

* gnu/packages/django.scm (python-pytest-django)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:46:05 +01:00
parent c8abbe1468
commit 16c896e888
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -248,7 +248,7 @@ (define-public python-pytest-django
("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.")