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
@@ -14,7 +14,7 @@ rec {
name = "liquidwar6-0.0.13beta";
src = a.fetchurl {
url = "http://ftp.gnu.org/gnu/liquidwar6/${name}.tar.gz";
url = "mirror://gnu/liquidwar6/${name}.tar.gz";
sha256 = "1jjf7wzb8jf02hl3473vz1q74fhmxn0szbishgi1f1j6a7234wx2";
};