about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/automake
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
commit3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671 (patch)
tree8f4f5bc667119caf379ff3677e1cf25e0f920cf4 /pkgs/development/tools/misc/automake
parent53c56afcfe0600ecf582114f7da2e21eaa2dbd11 (diff)
downloadnixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.gz
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.bz2
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.lz
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.xz
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.zst
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.zip
* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
Diffstat (limited to 'pkgs/development/tools/misc/automake')
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.9.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/automake/automake-1.9.x.nix b/pkgs/development/tools/misc/automake/automake-1.9.x.nix
index 745964accafc..d6e76d485303 100644
--- a/pkgs/development/tools/misc/automake/automake-1.9.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.9.x.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
   builder = ./builder.sh;
   setupHook = ./setup-hook.sh;
   src = fetchurl {
-    url = ftp://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/automake-1.9.6.tar.gz;
     md5 = "c60f77a42f103606981d456f1615f5b4";
   };
   buildInputs = [perl autoconf];