vimPlugins.vim-table-mode: override license to mit (#525782)

This commit is contained in:
Austin Horstman
2026-05-30 01:00:04 +00:00
committed by GitHub
@@ -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;