From 64fb9bb0e24b863aa0583900e1e88b466af06c95 Mon Sep 17 00:00:00 2001 From: J Phani Mahesh Date: Sat, 20 Aug 2016 19:03:27 +0530 Subject: ht: switch sf downloads to mirror:// This allows fallback to all configured mirrors for sourceforge to download, instead of relying on just downloads.sourceforge.net --- pkgs/applications/editors/ht/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/editors/ht') diff --git a/pkgs/applications/editors/ht/default.nix b/pkgs/applications/editors/ht/default.nix index b7acdb7f1d534..0ca4f19b4afe7 100644 --- a/pkgs/applications/editors/ht/default.nix +++ b/pkgs/applications/editors/ht/default.nix @@ -4,7 +4,7 @@ stdenv.mkDerivation rec { name = "ht-${version}"; version = "2.1.0"; src = fetchurl { - url = "http://sourceforge.net/projects/hte/files/ht-source/ht-${version}.tar.bz2"; + url = "mirror://sourceforge/project/hte/ht-source/ht-${version}.tar.bz2"; sha256 = "0w2xnw3z9ws9qrdpb80q55h6ynhh3aziixcfn45x91bzrbifix9i"; }; buildInputs = [ -- cgit 1.4.1