summary refs log tree commit diff
path: root/pkgs/tools/networking/ssmtp
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/tools/networking/ssmtp
parent188a067d8e30b2521c74b9d043a74d98b5cb5e85 (diff)
downloadnixpkgs-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar
nixpkgs-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar.gz
nixpkgs-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar.bz2
nixpkgs-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar.lz
nixpkgs-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar.xz
nixpkgs-5d5044b2ecc98a19262fd2f37f123188363e7b73.tar.zst
nixpkgs-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/tools/networking/ssmtp')
-rw-r--r--pkgs/tools/networking/ssmtp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/ssmtp/default.nix b/pkgs/tools/networking/ssmtp/default.nix
index cce44325316..e2e0880114f 100644
--- a/pkgs/tools/networking/ssmtp/default.nix
+++ b/pkgs/tools/networking/ssmtp/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
   name = "ssmtp-2.64";
   
   src = fetchurl {
-    url = http://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_2.64.orig.tar.bz2;
+    url = mirror://debian/pool/main/s/ssmtp/ssmtp_2.64.orig.tar.bz2;
     sha256 = "0dps8s87ag4g3jr6dk88hs9zl46h3790marc5c2qw7l71k4pvhr2";
   };