From e42507d1825b1536f6c6bb486ec8c17f80da4d01 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 15 Feb 2005 14:44:19 +0000 Subject: * Move tarballs to catamaran so that we are no longer dependent on a gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237 --- pkgs/tools/misc/getopt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/misc/getopt') diff --git a/pkgs/tools/misc/getopt/default.nix b/pkgs/tools/misc/getopt/default.nix index b02648e8c930..bac1293004c4 100644 --- a/pkgs/tools/misc/getopt/default.nix +++ b/pkgs/tools/misc/getopt/default.nix @@ -4,7 +4,7 @@ stdenv.mkDerivation { name = "getopt-1.1.3"; builder = ./builder.sh; src = fetchurl { - url = http://huizen.dds.nl/~frodol/getopt-1.1.3.tar.gz; + url = http://catamaran.labs.cs.uu.nl/dist/tarballs/getopt-1.1.3.tar.gz; md5 = "7b7637dcb0ac531f1af29f4d6b018e86"; }; } -- cgit 1.4.1