summary refs log tree commit diff
path: root/pkgs/development/libraries/expat
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/libraries/expat
parentce71dc90768950e55a347d1794a12e5774383044 (diff)
downloadnixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.gz
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.bz2
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.lz
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.xz
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.zst
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.zip
* Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
Diffstat (limited to 'pkgs/development/libraries/expat')
-rw-r--r--pkgs/development/libraries/expat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/expat/default.nix b/pkgs/development/libraries/expat/default.nix
index 7b53a04fb87..947da2c5505 100644
--- a/pkgs/development/libraries/expat/default.nix
+++ b/pkgs/development/libraries/expat/default.nix
@@ -1,7 +1,7 @@
 {stdenv, fetchurl}: stdenv.mkDerivation {
   name = "expat-2.0.0";
   src = fetchurl {
-    url = http://surfnet.dl.sourceforge.net/sourceforge/expat/expat-2.0.0.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/expat-2.0.0.tar.gz;
     md5 = "d945df7f1c0868c5c73cf66ba9596f3f";
   };
 }