treewide: Fix meta.platforms related typos

This commit is contained in:
Tuomas Tynkkynen
2016-08-02 21:17:44 +03:00
parent e669521834
commit b96fe03484
10 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ stdenv.mkDerivation {
description = "Proxy server, supporting SOCKS 4 and 5, as well as a mirror mode";
license = licenses.bsdOriginal;
maintainers = with maintainers; [ edwtjo viric ];
platform = platforms.linux;
platforms = platforms.linux;
};
}