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
+1 -1
View File
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "http://savannah.nongnu.org/download/autocutsel/${name}.tar.gz";
url = "mirror://savannah/autocutsel/${name}.tar.gz";
sha256 = "0hp335qq57l0kp58pfwb0bk930zx5497frq8y0lzr4icvk1fpw5y";
};