diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:35:31 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:35:31 +0100 |
commit | d3bb41a71da9ae2c9c0940f10781503dcd6a5f51 (patch) | |
tree | c0f2a934437b1d8a78d483bb254bf6068d4c0547 /gnu | |
parent | c9370473cd5403d244ccaab3b9011a2811053a0a (diff) | |
download | guix-d3bb41a71da9ae2c9c0940f10781503dcd6a5f51.tar.gz |
gnu: python-pytest-timeout: Update home page.
* gnu/packages/check.scm (python-pytest-timeout)[home-page]: Update URI.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 7163086ae0..0baf777393 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1319,7 +1319,7 @@ result back.") `(("python-pytest" ,python-pytest))) (native-inputs `(("python-pexpect" ,python-pexpect))) - (home-page "http://bitbucket.org/pytest-dev/pytest-timeout/") + (home-page "https://github.com/pytest-dev/pytest-timeout") (synopsis "Plugin for py.test to abort hanging tests") (description "This package provides a py.test plugin that aborts hanging tests after a |