helpers/vim-plugin/mkVimPlugin: make the maintainers argument mandatory

This commit is contained in:
Gaetan Lepage 2024-03-04 09:35:48 +01:00 committed by Gaétan Lepage
parent f2de9a94c4
commit 680889ac01

View file

@ -11,7 +11,7 @@ with lib; {
if defaultPackage != null if defaultPackage != null
then defaultPackage.meta.homepage then defaultPackage.meta.homepage
else null, else null,
maintainers ? [], maintainers,
imports ? [], imports ? [],
# deprecations # deprecations
deprecateExtraConfig ? false, deprecateExtraConfig ? false,