From 680889ac01df8c2bfcb7a6ac7c850153d13d7b8f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 4 Mar 2024 09:35:48 +0100 Subject: [PATCH] helpers/vim-plugin/mkVimPlugin: make the maintainers argument mandatory --- lib/vim-plugin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vim-plugin.nix b/lib/vim-plugin.nix index 1848c4c6..db9d70ac 100644 --- a/lib/vim-plugin.nix +++ b/lib/vim-plugin.nix @@ -11,7 +11,7 @@ with lib; { if defaultPackage != null then defaultPackage.meta.homepage else null, - maintainers ? [], + maintainers, imports ? [], # deprecations deprecateExtraConfig ? false,