about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorKeshav Kini <keshav.kini@gmail.com>2017-10-12 22:48:46 -0700
committerFranz Pletz <fpletz@fnordicwalking.de>2017-10-13 13:05:28 +0200
commit47d8cd9b6768436848ba3933b8079be12de8afa1 (patch)
tree5ded0a859e37798067c28efd79621417e4105bda /pkgs/tools
parent22505d8df4513590616713b2704121caf9a8181b (diff)
downloadnixlib-47d8cd9b6768436848ba3933b8079be12de8afa1.tar
nixlib-47d8cd9b6768436848ba3933b8079be12de8afa1.tar.gz
nixlib-47d8cd9b6768436848ba3933b8079be12de8afa1.tar.bz2
nixlib-47d8cd9b6768436848ba3933b8079be12de8afa1.tar.lz
nixlib-47d8cd9b6768436848ba3933b8079be12de8afa1.tar.xz
nixlib-47d8cd9b6768436848ba3933b8079be12de8afa1.tar.zst
nixlib-47d8cd9b6768436848ba3933b8079be12de8afa1.zip
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
.
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/expect/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/expect/default.nix b/pkgs/tools/misc/expect/default.nix
index 80fb3c6a694c..0d1c81c00a65 100644
--- a/pkgs/tools/misc/expect/default.nix
+++ b/pkgs/tools/misc/expect/default.nix
@@ -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 ];