mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: expect: Change home-page to http://expect.sourceforge.net/.
* gnu/packages/tcl.scm (expect): Change home-page to http://expect.sourceforge.net/.
This commit is contained in:
parent
e160aa1f81
commit
ad54924285
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ (define-public expect
|
||||||
#t)))
|
#t)))
|
||||||
|
|
||||||
#:test-target "test"))
|
#:test-target "test"))
|
||||||
(home-page "http://expect.nist.gov/")
|
(home-page "http://expect.sourceforge.net/")
|
||||||
(synopsis "Tool for automating interactive applications")
|
(synopsis "Tool for automating interactive applications")
|
||||||
(description
|
(description
|
||||||
"Expect is a tool for automating interactive applications such as
|
"Expect is a tool for automating interactive applications such as
|
||||||
|
|
Loading…
Reference in a new issue