From 73d6574c0100486936e242b88692e2f1d1d51f6b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 13 Feb 2024 10:38:57 +0100 Subject: [PATCH] helpers/vim-plugin/mkVimPlugin: add maintainers option --- lib/vim-plugin.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/vim-plugin.nix b/lib/vim-plugin.nix index 35d001f4..c577985b 100644 --- a/lib/vim-plugin.nix +++ b/lib/vim-plugin.nix @@ -5,6 +5,7 @@ with lib; { mkVimPlugin = config: { name, + maintainers ? [], # options description ? null, package ? null, @@ -72,6 +73,7 @@ with lib; { }; }; in { + meta.maintainers = maintainers; options.plugins.${name} = { enable = mkEnableOption (