about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pylint
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2017-04-29 04:24:34 +0000
committerDan Peebles <pumpkin@me.com>2017-04-29 04:24:34 +0000
commit90b9719f4fc95e54400a66bffcc8044c568cfa4b (patch)
tree9660ba6641b9e3442c4957acf11737e4eedd68bd /pkgs/development/python-modules/pylint
parent1a4ca220e15480818b78041d46bf0ca438671d33 (diff)
treewide: fix the remaining issues with meta attributes
Diffstat (limited to 'pkgs/development/python-modules/pylint')
-rw-r--r--pkgs/development/python-modules/pylint/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pylint/default.nix b/pkgs/development/python-modules/pylint/default.nix
index 844d2e2295474..67604c3f25371 100644
--- a/pkgs/development/python-modules/pylint/default.nix
+++ b/pkgs/development/python-modules/pylint/default.nix
@@ -35,7 +35,7 @@
     meta = with stdenv.lib; {
       homepage = http://www.logilab.org/project/pylint;
       description = "A bug and style checker for Python";
-      platform = platforms.all;
+      platforms = platforms.all;
       license = licenses.gpl1Plus;
       maintainers = with maintainers; [ nand0p ];
     };