gnu: python-tox: Update home page.

* gnu/packages/python-xyz.scm (python-tox)[home-page]: Use new (HTTPS)
URI.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 19:18:18 +01:00
parent 68e30b8de6
commit d81fb2ae94
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8840,7 +8840,7 @@ (define-public python-tox
`(; FIXME: Missing: ("python-pytest-timeout" ,python-pytest-timeout)
("python-pytest" ,python-pytest) ; >= 2.3.5
("python-setuptools-scm" ,python-setuptools-scm)))
(home-page "http://tox.testrun.org/")
(home-page "https://tox.readthedocs.io")
(synopsis "Virtualenv-based automation of test activities")
(description "Tox is a generic virtualenv management and test command line
tool. It can be used to check that a package installs correctly with