diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2017-11-06 12:33:23 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2017-11-07 18:50:46 +0300 |
commit | ad54924285e204f983a5dd6d8ebe56b5607f1de9 (patch) | |
tree | be139270cebb01d7d01b23d06003472d301f5821 | |
parent | e160aa1f814488f07b6fd1463bb202dac05e25b0 (diff) |
gnu: expect: Change home-page to http://expect.sourceforge.net/.
* gnu/packages/tcl.scm (expect): Change home-page to
http://expect.sourceforge.net/.
-rw-r--r-- | gnu/packages/tcl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm index 8439841b43..8591ff808c 100644 --- a/gnu/packages/tcl.scm +++ b/gnu/packages/tcl.scm @@ -124,7 +124,7 @@ #t))) #:test-target "test")) - (home-page "http://expect.nist.gov/") + (home-page "http://expect.sourceforge.net/") (synopsis "Tool for automating interactive applications") (description "Expect is a tool for automating interactive applications such as |