about summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers/ethereal/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/sniffers/ethereal/default.nix')
-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 7f473d8c2404..40e0a8e7772e 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];