* Get rid of all references to nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=13299
This commit is contained in:
Eelco Dolstra
2008-11-14 16:57:19 +00:00
parent c1cbd437dc
commit aa84bce64d
66 changed files with 83 additions and 81 deletions

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/bcel-5.1.tar.gz;
url = http://nixos.org/tarballs/bcel-5.1.tar.gz;
md5 = "318f22e4f5f59b68cd004db83a7d65dc";
};

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation {
builder = ./java-bin-builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/jakarta-regexp-1.4.tar.gz;
url = http://nixos.org/tarballs/jakarta-regexp-1.4.tar.gz;
md5 = "d903d84c949df848009f3bf205b32c97";
};