about summary refs log tree commit diff
path: root/pkgs/applications/misc/xmove
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-21 23:52:24 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-22 10:39:27 +0200
commit5d5044b2ecc98a19262fd2f37f123188363e7b73 (patch)
tree560da2f58be8712231a303e8c14c2931768546bf /pkgs/applications/misc/xmove
parent188a067d8e30b2521c74b9d043a74d98b5cb5e85 (diff)
downloadnixlib-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar
nixlib-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar.gz
nixlib-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar.bz2
nixlib-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar.lz
nixlib-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar.xz
nixlib-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar.zst
nixlib-5d5044b2ecc98a19262fd2f37f123188363e7b73.zip
Use mirror:// URIs for ftp.debian.org
Provide a more robust experience for users with horrible network
hardware (me).
Diffstat (limited to 'pkgs/applications/misc/xmove')
-rw-r--r--pkgs/applications/misc/xmove/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/xmove/default.nix b/pkgs/applications/misc/xmove/default.nix
index 6612c22d4fee..a4427c11f6a5 100644
--- a/pkgs/applications/misc/xmove/default.nix
+++ b/pkgs/applications/misc/xmove/default.nix
@@ -3,7 +3,7 @@ stdenv.mkDerivation {
   name = "xmove-2.0b2";
 
   src = fetchurl {
-    url = http://ftp.debian.org/debian/pool/main/x/xmove/xmove_2.0beta2.orig.tar.gz;
+    url = mirror://debian/pool/main/x/xmove/xmove_2.0beta2.orig.tar.gz;
     sha256 = "0q310k3bi39vdk0kqqvsahnb1k6lx9hlx80iyxnkq59l6jxnhyhf";
   };