* Update more URLs.

svn path=/nixpkgs/trunk/; revision=6713
This commit is contained in:
Eelco Dolstra
2006-10-12 14:53:45 +00:00
parent d030e2fdd7
commit ad897a7c96
22 changed files with 172 additions and 172 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/swig/swig-1.3.29.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/swig-1.3.29.tar.gz;
md5 = "44c6f6d8d724cf7fa4a5109e6f63c9b1";
};