vimPlugins.vim-textobj-comment: override license to vim

This commit is contained in:
Tomas Rivera
2026-05-26 10:43:56 +02:00
parent f2104cf035
commit 4a2a31be6b
@@ -5712,6 +5712,12 @@ assertNoAdditions {
};
});
vim-textobj-comment = super.vim-textobj-comment.overrideAttrs (old: {
meta = old.meta // {
license = lib.licenses.vim;
};
});
vim-textobj-entire = super.vim-textobj-entire.overrideAttrs (old: {
dependencies = [ self.vim-textobj-user ];
meta = old.meta // {