Change more packages from direct downloads to mirror://sourceforge

This commit is contained in:
Evgeny Egorochkin
2013-07-14 02:48:32 +03:00
parent aa85b80459
commit 5ae43d2494
8 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "ctl-1.4.1";
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/ampasctl/ctl-1.4.1.tar.gz;
url = mirror://sourceforge/ampasctl/ctl-1.4.1.tar.gz;
sha256 = "16lzgbpxdyhykdwndj1i9vx3h4bfkxqqcrvasvgg70gb5raxj0mj";
};