vimPlugins.vim-tabpagecd: override license to mit

This commit is contained in:
Tomas Rivera
2026-05-19 16:55:40 +02:00
parent 6db2e797b3
commit f2104cf035

View File

@@ -5700,6 +5700,12 @@ assertNoAdditions {
vim-tabby = super.vim-tabby.overrideAttrs {
};
vim-tabpagecd = super.vim-tabpagecd.overrideAttrs (old: {
meta = old.meta // {
license = lib.licenses.mit;
};
});
vim-tbone = super.vim-tbone.overrideAttrs (old: {
meta = old.meta // {
license = lib.licenses.vim;