expect: update website URL
expect.nist.gov no longer resolves. It seems the website has been moved to http://expect.sourceforge.net/ , though there is also a page on nist.gov at https://www.nist.gov/services-resources/software/expect .
This commit is contained in:
parent
22505d8df4
commit
47d8cd9b67
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A tool for automating interactive applications";
|
description = "A tool for automating interactive applications";
|
||||||
homepage = http://expect.nist.gov/;
|
homepage = http://expect.sourceforge.net/;
|
||||||
license = "Expect";
|
license = "Expect";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user