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

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
name = "libchamplain-0.6.1";
src = fetchurl {
url = "http://download.gnome.org/sources/libchamplain/0.6/${name}.tar.gz";
url = "mirror://gnome/sources/libchamplain/0.6/${name}.tar.gz";
sha256 = "1l1in4khnral157j46aq2d26nviz23icnm353587vcwjhdbw86sg";
};