vimPlugins.vim-table-mode: override license to mit

This commit is contained in:
0xferrous
2026-05-29 23:30:34 +00:00
parent af69616eb8
commit 262da060ad
@@ -5791,6 +5791,12 @@ assertNoAdditions {
vim-tabby = super.vim-tabby.overrideAttrs {
};
vim-table-mode = super.vim-table-mode.overrideAttrs (old: {
meta = old.meta // {
license = lib.licenses.mit;
};
});
vim-tabpagecd = super.vim-tabpagecd.overrideAttrs (old: {
meta = old.meta // {
license = lib.licenses.mit;