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
@@ -28,7 +28,7 @@ pythonPackages.buildPythonApplication rec {
on mobile phones or computers.
'';
license = licenses.gpl3Plus;
platform = platforms.all;
platforms = platforms.all;
maintainers = with maintainers; [ edwtjo pSub aneeshusa ];
};
}