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 = "texi2html-1.82";
src = fetchurl {
url = "http://www.very-clever.com/download/nongnu/texi2html/${name}.tar.bz2";
url = "mirror://savannah/texi2html/${name}.tar.bz2";
sha256 = "1wdli2szkgm3l0vx8rf6lylw0b0m47dlz9iy004n928nqkzix76n";
};