treewide: meta.platform -> meta.platforms

This commit is contained in:
Aneesh Agrawal
2017-05-02 19:32:02 -04:00
parent 572fd3de58
commit ded7953478
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
'';
homepage = https://moxie.org/software/fakeroute/;
license = licenses.bsd3;
platform = platforms.linux;
platforms = platforms.linux;
};
}