vimPlugins.vim-textobj-function: override license to mit

This commit is contained in:
Tomas Rivera
2026-05-26 10:43:56 +02:00
parent e614f45602
commit 2c49f42734
@@ -5726,6 +5726,12 @@ assertNoAdditions {
};
});
vim-textobj-function = super.vim-textobj-function.overrideAttrs (old: {
meta = old.meta // {
license = lib.licenses.mit;
};
});
vim-textobj-line = super.vim-textobj-line.overrideAttrs (old: {
dependencies = [ self.vim-textobj-user ];
meta = old.meta // {