summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/heme
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-02-28 12:07:42 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-02-28 12:07:42 +0000
commit69ce5cb656fb9670307e02859e0a8fc5dce11062 (patch)
treebd30afbf6572e4755e1c3f01fd3e019d31defeb6 /pkgs/applications/editors/heme
parentb871649530d8bab430066c0fa1cd3fe293837ca5 (diff)
use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
Diffstat (limited to 'pkgs/applications/editors/heme')
-rw-r--r--pkgs/applications/editors/heme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/heme/default.nix b/pkgs/applications/editors/heme/default.nix
index d377e5cb36f6..69ba674d2d49 100644
--- a/pkgs/applications/editors/heme/default.nix
+++ b/pkgs/applications/editors/heme/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "heme-${version}";
version = "0.4.2";
src = fetchurl {
- url = "http://downloads.sourceforge.net/project/heme/heme/heme-${version}/heme-${version}.tar.gz";
+ url = "mirror://sourceforge/project/heme/heme/heme-${version}/heme-${version}.tar.gz";
sha256 = "0wsrnj5mrlazgqs4252k30aw8m86qw0z9dmrsli9zdxl7j4cg99v";
};
postPatch = ''