gnu: python-pytest-django: Use HTTPS home page.
* gnu/packages/django.scm (python-pytest-django)[home-page]: Use HTTPS.master
parent
c8abbe1468
commit
16c896e888
gnu/packages
|
@ -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.")
|
||||
|
|
Reference in New Issue