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
.

authored by

Keshav Kini and committed by
Franz Pletz
47d8cd9b 22505d8d

+1 -1
+1 -1
pkgs/tools/misc/expect/default.nix
··· 35 36 meta = with stdenv.lib; { 37 description = "A tool for automating interactive applications"; 38 - homepage = http://expect.nist.gov/; 39 license = "Expect"; 40 platforms = platforms.unix; 41 maintainers = with maintainers; [ wkennington ];
··· 35 36 meta = with stdenv.lib; { 37 description = "A tool for automating interactive applications"; 38 + homepage = http://expect.sourceforge.net/; 39 license = "Expect"; 40 platforms = platforms.unix; 41 maintainers = with maintainers; [ wkennington ];