gnu: python-pytest-django: Use HTTPS home page.
* gnu/packages/django.scm (python-pytest-django)[home-page]: Use HTTPS.
This commit is contained in:
parent
c8abbe1468
commit
16c896e888
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue