Tuomas Tynkkynen
2017-09-22 17:25:38 +03:00
parent 6237ece367
commit ab71280823
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
homepage = http://darkk.net.ru/redsocks/;
license = stdenv.lib.licenses.asl20;
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.linux;
};
}