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
@@ -15,7 +15,7 @@ python2Packages.buildPythonApplication rec {
meta = {
homepage = https://pypi.python.org/pypi/grin;
description = "A grep program configured the way I like it";
platform = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.sjagoe ];
};
}