about summary refs log tree commit diff
path: root/pkgs/development/libraries/neon
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
commit3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671 (patch)
tree8f4f5bc667119caf379ff3677e1cf25e0f920cf4 /pkgs/development/libraries/neon
parent53c56afcfe0600ecf582114f7da2e21eaa2dbd11 (diff)
* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
Diffstat (limited to 'pkgs/development/libraries/neon')
-rw-r--r--pkgs/development/libraries/neon/default.nix2
-rw-r--r--pkgs/development/libraries/neon/neon-0.24.7.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/neon/default.nix b/pkgs/development/libraries/neon/default.nix
index d69b2b397d023..2d95762e12146 100644
--- a/pkgs/development/libraries/neon/default.nix
+++ b/pkgs/development/libraries/neon/default.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
   name = "neon-0.25.4";
   src = fetchurl {
-    url = http://www.webdav.org/neon/neon-0.25.4.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/neon-0.25.4.tar.gz;
     md5 = "4448c3a91e80429ea733aec8ce300009";
   };
   buildInputs = [libxml2];
diff --git a/pkgs/development/libraries/neon/neon-0.24.7.nix b/pkgs/development/libraries/neon/neon-0.24.7.nix
index 053ffe128965c..24e35e736a22d 100644
--- a/pkgs/development/libraries/neon/neon-0.24.7.nix
+++ b/pkgs/development/libraries/neon/neon-0.24.7.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
   name = "neon-0.24.7";
   src = fetchurl {
-    url = http://www.webdav.org/neon/neon-0.24.7.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/neon-0.24.7.tar.gz;
     md5 = "5108bcbe41de4afe2e19cc58500fb9f2";
   };
   buildInputs = [libxml2];