diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-05 13:55:07 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-07 22:02:39 +0200 |
commit | b7629ff995c49a3025b6edf3b240b48fe4b5b942 (patch) | |
tree | 083690205c7d97380922500a4b10451133a05d49 /gnu | |
parent | 9ec4233181c9a4cf7716e289f7ca2da322f1300e (diff) | |
download | guix-b7629ff995c49a3025b6edf3b240b48fe4b5b942.tar guix-b7629ff995c49a3025b6edf3b240b48fe4b5b942.tar.gz |
gnu: expect: Update home page.
* gnu/packages/tcl.scm (expect)[home-page]: Follow redirect.
Diffstat (limited to 'gnu')
-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 4cbc9d84b4..ab86ddee2f 100644 --- a/gnu/packages/tcl.scm +++ b/gnu/packages/tcl.scm @@ -180,7 +180,7 @@ multiple inheritance and public and private classes and variables.") #t))) #:test-target "test")) - (home-page "http://expect.sourceforge.net/") + (home-page "https://core.tcl-lang.org/expect/") (synopsis "Tool for automating interactive applications") (description "Expect is a tool for automating interactive applications such as |