summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/grin
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2017-05-02 19:14:03 -0400
committerAneesh Agrawal <aneeshusa@gmail.com>2017-05-02 19:32:02 -0400
commitded7953478eff74d213b39136f269eb8d5eab8c9 (patch)
tree9c4c5f68ea513fae6a8cfac755bc5972345f6762 /pkgs/tools/text/grin
parent572fd3de58f39b17029de857b7023d50be0cc6fb (diff)
treewide: meta.platform -> meta.platforms
Diffstat (limited to 'pkgs/tools/text/grin')
-rw-r--r--pkgs/tools/text/grin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/grin/default.nix b/pkgs/tools/text/grin/default.nix
index 7c1df7f8819c..56ea13de40e5 100644
--- a/pkgs/tools/text/grin/default.nix
+++ b/pkgs/tools/text/grin/default.nix
@@ -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 ];
};
}