summary refs log tree commit diff
path: root/pkgs/development/interpreters/toolbus
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-12 13:50:54 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-12 13:50:54 +0000
commit1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10 (patch)
tree68ca0563a887b3fb038bc6405f64c3edd0f256fe /pkgs/development/interpreters/toolbus
parentce71dc90768950e55a347d1794a12e5774383044 (diff)
* Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
Diffstat (limited to 'pkgs/development/interpreters/toolbus')
-rw-r--r--pkgs/development/interpreters/toolbus/toolbus-1.2.2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/toolbus/toolbus-1.2.2.nix b/pkgs/development/interpreters/toolbus/toolbus-1.2.2.nix
index eb32a93b4bc01..5acc1f780bc27 100644
--- a/pkgs/development/interpreters/toolbus/toolbus-1.2.2.nix
+++ b/pkgs/development/interpreters/toolbus/toolbus-1.2.2.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
    name = "toolbus-1.2.2";
    builder = ./builder.sh;
    src = fetchurl {
-            url = http://www.cwi.nl/projects/MetaEnv/toolbus/toolbus-1.2.2.tar.gz;
+            url = http://nix.cs.uu.nl/dist/tarballs/toolbus-1.2.2.tar.gz;
             md5 = "887349b097006c0883e1948797349a50";
          };
    java = if javaAdapter then true else false;