vimPlugins.vim-printer: override license to mit

This commit is contained in:
Tomas Rivera
2026-05-26 10:43:56 +02:00
parent 3a2483f383
commit 7da58fee8a
@@ -5548,6 +5548,12 @@ assertNoAdditions {
};
});
vim-printer = super.vim-printer.overrideAttrs (old: {
meta = old.meta // {
license = lib.licenses.mit;
};
});
vim-projectionist = super.vim-projectionist.overrideAttrs (old: {
meta = old.meta // {
license = lib.licenses.vim;