mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: python-tox: Update home page.
* gnu/packages/python-xyz.scm (python-tox)[home-page]: Use new (HTTPS) URI.
This commit is contained in:
parent
68e30b8de6
commit
d81fb2ae94
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue