summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers
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/build-managers
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/build-managers')
-rw-r--r--pkgs/development/tools/build-managers/apache-ant/core-apache-ant.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/build-managers/apache-ant/core-apache-ant.nix b/pkgs/development/tools/build-managers/apache-ant/core-apache-ant.nix
index 668a6c4d6b56..aed7ebd66d39 100644
--- a/pkgs/development/tools/build-managers/apache-ant/core-apache-ant.nix
+++ b/pkgs/development/tools/build-managers/apache-ant/core-apache-ant.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
 
   builder = ./core-builder.sh;
   src = fetchurl {
-    url = http://apache.surfnet.nl/ant/binaries/apache-ant-1.6.5-bin.tar.bz2;
+    url = http://nix.cs.uu.nl/dist/tarballs/apache-ant-1.6.5-bin.tar.bz2;
     md5 = "26031ee1a2fd248ad0cc2e7f17c44c39";
   };
 }