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
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "oath-toolkit-2.0.2";
src = fetchurl {
url = "http://download.savannah.gnu.org/releases/oath-toolkit/${name}.tar.gz";
url = "mirror://savannah/oath-toolkit/${name}.tar.gz";
sha256 = "0i2rf5j83kb8h3sd9lsm0a46zq805kzagvccc4rk7879lg1fnl99";
};