about summary refs log tree commit diff
path: root/pkgs/misc/acpilight
diff options
context:
space:
mode:
authortilpner <till@hoeppner.ws>2019-08-18 21:16:19 +0200
committertilpner <till@hoeppner.ws>2019-08-19 11:58:27 +0200
commit0281599ad26471b328fe98c3f8d202d97a3f9544 (patch)
treedf7dad83120b3001d487a1158c93b339c764a1b1 /pkgs/misc/acpilight
parent4835f65e9507bf4ba2defee4d8f1a6077b621960 (diff)
tree-wide: fix malformed meta.maintainers
These packages stood out while processing packages.json.gz,
where the maintainer field of some packages wasn't a list of sets,
but a nested list, or a string.
Diffstat (limited to 'pkgs/misc/acpilight')
-rw-r--r--pkgs/misc/acpilight/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/acpilight/default.nix b/pkgs/misc/acpilight/default.nix
index 4076a8c3a3af9..1975e2d379077 100644
--- a/pkgs/misc/acpilight/default.nix
+++ b/pkgs/misc/acpilight/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     homepage = "https://gitlab.com/wavexx/acpilight";
     description = "ACPI backlight control";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ "smakarov" ];
+    maintainers = with maintainers; [ smakarov ];
     platforms = platforms.linux;
   };
 }