Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"

This reverts commit 217594fd1d, reversing
changes made to 8e8a89d8a8.

Turns out it wasn't ready afterall ...
This commit is contained in:
Joachim Fasting
2016-08-20 15:14:23 +02:00
parent 217594fd1d
commit ba0f9cfa49
14 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.1.5";
src = fetchurl {
url = "mirror://sourceforge/lxde/${name}.tar.xz";
url = "http://downloads.sourceforge.net/lxde/${name}.tar.xz";
sha256 = "9fe3218d2ef50b91190162f4f923d6524c364849f87bcda8b4ed8eb59b80bab8";
};