summary refs log tree commit diff
path: root/pkgs/tools/networking/bittorrent/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/bittorrent/default.nix')
-rw-r--r--pkgs/tools/networking/bittorrent/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/bittorrent/default.nix b/pkgs/tools/networking/bittorrent/default.nix
index c4b19c9f807..f516ea4225a 100644
--- a/pkgs/tools/networking/bittorrent/default.nix
+++ b/pkgs/tools/networking/bittorrent/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
   name = "bittorrent-3.4.2";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://heanet.dl.sourceforge.net/sourceforge/bittorrent/BitTorrent-3.4.2.tar.gz;
+    url = http://catamaran.labs.cs.uu.nl/dist/tarballs/BitTorrent-3.4.2.tar.gz;
     md5 = "b854f25a33289565bcaeaded04955c1a";
   };
   inherit wxPython;