summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
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/applications/networking/sniffers
parent53c56afcfe0600ecf582114f7da2e21eaa2dbd11 (diff)
* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
Diffstat (limited to 'pkgs/applications/networking/sniffers')
-rw-r--r--pkgs/applications/networking/sniffers/ethereal/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sniffers/ethereal/default.nix b/pkgs/applications/networking/sniffers/ethereal/default.nix
index 7f473d8c24043..40e0a8e7772e7 100644
--- a/pkgs/applications/networking/sniffers/ethereal/default.nix
+++ b/pkgs/applications/networking/sniffers/ethereal/default.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
   name = "ethereal-0.10.14";
   src = fetchurl {
-    url = ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ethereal-0.10.14.tar.bz2;
+    url = http://nix.cs.uu.nl/dist/tarballs/ethereal-0.10.14.tar.bz2;
     md5 = "297f678c037f88429250830e924b8fa0";
   };
   buildInputs = [perl pkgconfig glib libpcap];