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

This commit is contained in:
Tomas Rivera
2026-05-19 16:58:12 +02:00
parent 4a2a31be6b
commit e614f45602

View File

@@ -5722,6 +5722,7 @@ assertNoAdditions {
dependencies = [ self.vim-textobj-user ];
meta = old.meta // {
maintainers = with lib.maintainers; [ workflow ];
license = lib.licenses.mit;
};
});