summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/ht
diff options
context:
space:
mode:
authorJ Phani Mahesh <phanimahesh@gmail.com>2016-08-20 19:03:27 +0530
committerJ Phani Mahesh <phanimahesh@gmail.com>2016-08-20 19:14:30 +0530
commit64fb9bb0e24b863aa0583900e1e88b466af06c95 (patch)
tree4030b44312245fc75b1b57f44137df7127fb9fa2 /pkgs/applications/editors/ht
parentcb4a888206a164fe6eb8b884c605b2ad22e0e3f4 (diff)
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
Diffstat (limited to 'pkgs/applications/editors/ht')
-rw-r--r--pkgs/applications/editors/ht/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/ht/default.nix b/pkgs/applications/editors/ht/default.nix
index b7acdb7f1d53..0ca4f19b4afe 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 = [