From 544cb9cb83fa14b4d51e45945bf4a5aa436b570e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 27 Aug 2007 13:42:00 +0000 Subject: * Rewrite all URLs to GNU mirrors to mirror://gnu/. svn path=/nixpkgs/trunk/; revision=9201 --- pkgs/tools/text/diffutils/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/text/diffutils') diff --git a/pkgs/tools/text/diffutils/default.nix b/pkgs/tools/text/diffutils/default.nix index 39aa48353fc6..3c0d5479ec55 100644 --- a/pkgs/tools/text/diffutils/default.nix +++ b/pkgs/tools/text/diffutils/default.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation { name = "diffutils-2.8.1"; src = fetchurl { - url = ftp://ftp.nluug.nl/pub/gnu/diffutils/diffutils-2.8.1.tar.gz; + url = mirror://gnu/diffutils/diffutils-2.8.1.tar.gz; md5 = "71f9c5ae19b60608f6c7f162da86a428"; }; /* If no explicit coreutils is given, use the one from stdenv. */ -- cgit 1.4.1