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

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "aspell-0.60.6.1";
src = fetchurl {
url = "ftp://ftp.gnu.org/gnu/aspell/${name}.tar.gz";
url = "mirror://gnu/aspell/${name}.tar.gz";
sha256 = "1qgn5psfyhbrnap275xjfrzppf5a83fb67gpql0kfqv37al869gm";
};