mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +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
|
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue