mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
helpers/vim-plugin/mkVimPlugin: make the maintainers argument mandatory
This commit is contained in:
parent
f2de9a94c4
commit
680889ac01
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ with lib; {
|
|||
if defaultPackage != null
|
||||
then defaultPackage.meta.homepage
|
||||
else null,
|
||||
maintainers ? [],
|
||||
maintainers,
|
||||
imports ? [],
|
||||
# deprecations
|
||||
deprecateExtraConfig ? false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue