aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/exrdisplay
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2013-07-14 05:23:06 +0300
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-07-14 05:23:06 +0300
commitda4be371e97fb6e51c39e1972f78769b98ba47ec (patch)
treebbef5aa21ef2677485c8ae5e6f1845f9546c7bef /pkgs/applications/graphics/exrdisplay
parentb084b29d268d534464862860f81426274581c2e6 (diff)
make package use mirror:// for gnu, savannah and gnome repositories where possible
Diffstat (limited to 'pkgs/applications/graphics/exrdisplay')
-rw-r--r--pkgs/applications/graphics/exrdisplay/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/exrdisplay/default.nix b/pkgs/applications/graphics/exrdisplay/default.nix
index 65c86a6cf97a..7b415df42f5b 100644
--- a/pkgs/applications/graphics/exrdisplay/default.nix
+++ b/pkgs/applications/graphics/exrdisplay/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
name ="openexr_viewers-1.0.1";
src = fetchurl {
- url = "http://download.savannah.nongnu.org/releases/openexr/openexr_viewers-1.0.1.tar.gz";
+ url = "mirror://savannah/openexr/openexr_viewers-1.0.1.tar.gz";
sha256 = "1w5qbcdp7sw48z1wk2v07f7p14vqqb1m2ncxyxnbkm9f4ab0ymg6";
};