Get rid of the "sf" alias for "sourceforge"

This commit is contained in:
Eelco Dolstra
2013-01-14 12:00:32 +01:00
parent e2521650b4
commit 7fd42a8380
18 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.6";
src = fetchurl {
url = "mirror://sf/acpiclient/${version}/${name}.tar.gz";
url = "mirror://sourceforge/acpiclient/${version}/${name}.tar.gz";
sha256 = "0cawznhkzb51yxa599d1xkw05nklmjrrmd79vmjkkzf4002d4qgd";
};