* Fix some URLs.

svn path=/nixpkgs/trunk/; revision=6714
This commit is contained in:
Eelco Dolstra
2006-10-12 15:09:27 +00:00
parent ad897a7c96
commit 5782390a5d
7 changed files with 15 additions and 44 deletions
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "spidermonkey-1.5";
src = fetchurl {
url = http://ftp.uni-erlangen.de/pub/mozilla.org/js/js-1.5.tar.gz;
url = http://ftp.mozilla.org/pub/mozilla.org/js/js-1.5.tar.gz;
md5 = "863bb6462f4ce535399a7c6276ae6776";
};