about 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 2e249bc63db2..df53cf033289 100644
--- a/pkgs/tools/networking/bittorrent/default.nix
+++ b/pkgs/tools/networking/bittorrent/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "bittorrent-4.2.1";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://www.bittorrent.com/dl/BitTorrent-4.2.1.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/BitTorrent-4.2.1.tar.gz;
     md5 = "0deb2e083e95206a9e601ff6ca35b826";
   };
   buildInputs = [python pygtk];