mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
vimPlugins.nvim-treesitter: add missing meta entries
This commit is contained in:
parent
7484378899
commit
af7927c843
@ -94,5 +94,8 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ figsoda ];
|
||||
meta = with lib; (super.nvim-treesitter.meta or { }) // {
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user