diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 19:18:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-13 00:40:32 +0100 |
commit | d81fb2ae9443994ae5dd1cb5837276fad63f842c (patch) | |
tree | ff62b7aa9fbe49a495af5ac0379631d9ec5178f1 /gnu | |
parent | 68e30b8de6a0775647fbe2316d217eb35f2105f5 (diff) | |
download | patches-d81fb2ae9443994ae5dd1cb5837276fad63f842c.tar patches-d81fb2ae9443994ae5dd1cb5837276fad63f842c.tar.gz |
gnu: python-tox: Update home page.base-for-series-2892base-for-series-2890
* gnu/packages/python-xyz.scm (python-tox)[home-page]: Use new (HTTPS)
URI.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b47e395595..77c960a2b2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8840,7 +8840,7 @@ Pytest but stripped of Pytest specific details.") `(; 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 |