make package use mirror:// for gnu, savannah and gnome repositories where possible

This commit is contained in:
Evgeny Egorochkin
2013-07-14 05:23:06 +03:00
parent b084b29d26
commit da4be371e9
48 changed files with 49 additions and 50 deletions
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "libunwind-1.0.1";
src = fetchurl {
url = "http://download.savannah.nongnu.org/releases/libunwind/${name}.tar.gz";
url = "mirror://savannah/libunwind/${name}.tar.gz";
sha256 = "aa95fd184c0b90d95891c2f3bac2c7df708ff016d2a6ee8b2eabb769f864101f";
};