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
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
name = "atlas-3.9.67";
src = fetchurl {
url = mirror://sf/math-atlas/atlas3.9.67.tar.bz2;
url = mirror://sourceforge/math-atlas/atlas3.9.67.tar.bz2;
sha256 = "06xxlv440z8a3qmfrh17p28girv71c6awvpw5vhpspr0pcsgk1pa";
};