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:
Keshav Kini 2017-10-12 22:48:46 -07:00 committed by Franz Pletz
parent 22505d8df4
commit 47d8cd9b67

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tool for automating interactive applications";
homepage = http://expect.nist.gov/;
homepage = http://expect.sourceforge.net/;
license = "Expect";
platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];