summary refs log tree commit diff
path: root/pkgs/development/tools/misc/automake
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-27 13:42:00 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-27 13:42:00 +0000
commit544cb9cb83fa14b4d51e45945bf4a5aa436b570e (patch)
treeed8d455c235931aa7ce17bd80ba4a6dd59cf3ca3 /pkgs/development/tools/misc/automake
parent607b0d3e8026ff7ea28f580a40a2b51bd27a3965 (diff)
downloadnixpkgs-544cb9cb83fa14b4d51e45945bf4a5aa436b570e.tar
nixpkgs-544cb9cb83fa14b4d51e45945bf4a5aa436b570e.tar.gz
nixpkgs-544cb9cb83fa14b4d51e45945bf4a5aa436b570e.tar.bz2
nixpkgs-544cb9cb83fa14b4d51e45945bf4a5aa436b570e.tar.lz
nixpkgs-544cb9cb83fa14b4d51e45945bf4a5aa436b570e.tar.xz
nixpkgs-544cb9cb83fa14b4d51e45945bf4a5aa436b570e.tar.zst
nixpkgs-544cb9cb83fa14b4d51e45945bf4a5aa436b570e.zip
* Rewrite all URLs to GNU mirrors to mirror://gnu/.
svn path=/nixpkgs/trunk/; revision=9201
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 11b64307de6..f254d68e2ff 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];