about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/automake
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/automake')
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.10.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/automake/automake-1.10.x.nix b/pkgs/development/tools/misc/automake/automake-1.10.x.nix
index 11b64307de65..f254d68e2ffd 100644
--- a/pkgs/development/tools/misc/automake/automake-1.10.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.10.x.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
   builder = ./builder.sh;
   setupHook = ./setup-hook.sh;
   src = fetchurl {
-    url = ftp://ftp.nluug.nl/pub/gnu/automake/automake-1.10.tar.bz2;
+    url = mirror://gnu/automake/automake-1.10.tar.bz2;
     md5 = "0e2e0f757f9e1e89b66033905860fded";
   };
   buildInputs = [perl autoconf];