summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-20 01:53:45 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-20 04:49:51 +0100
commit63b066709bb01a382325ce7b3b863ba2b68599bc (patch)
treebe66cf5eb466fb4598128dac8f3d432932cc42cd /gnu/packages/check.scm
parent21de4160d3bc866cb832d12e98acc2bc38a59a5f (diff)
downloadguix-patches-63b066709bb01a382325ce7b3b863ba2b68599bc.tar
guix-patches-63b066709bb01a382325ce7b3b863ba2b68599bc.tar.gz
gnu: Update pythonpaste.org home pages.
* gnu/packages/check.scm (python-scripttest)[home-page]: Update URI. * gnu/packages/python-web.scm (python-paste, python-pastescript) (python-webtest, python-pastedeploy)[home-page]: Likewise.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 41b0c88ef9..5554965a06 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1021,7 +1021,8 @@ timeout has been exceeded.")
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))
- (home-page "http://pythonpaste.org/scripttest/")
+ (home-page (string-append "https://web.archive.org/web/20161029233413/"
+ "http://pythonpaste.org/scripttest/"))
(synopsis "Python library to test command-line scripts")
(description "Scripttest is a Python helper library for testing
interactive command-line applications. With it you can run a script in a