summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 19:18:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-13 00:40:32 +0100
commitd81fb2ae9443994ae5dd1cb5837276fad63f842c (patch)
treeff62b7aa9fbe49a495af5ac0379631d9ec5178f1
parent68e30b8de6a0775647fbe2316d217eb35f2105f5 (diff)
downloadpatches-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.
-rw-r--r--gnu/packages/python-xyz.scm2
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