vimPlugins.vim-printer: override license to mit

(cherry picked from commit 7da58fee8a)
This commit is contained in:
Tomas Rivera
2026-05-19 16:43:46 +02:00
committed by github-actions[bot]
parent 30dbdee6e3
commit b3720aa01e

View File

@@ -5549,6 +5549,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;