mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
vimPlugins.vim-textobj-entire: override license to mit
This commit is contained in:
@@ -5722,6 +5722,7 @@ assertNoAdditions {
|
||||
dependencies = [ self.vim-textobj-user ];
|
||||
meta = old.meta // {
|
||||
maintainers = with lib.maintainers; [ workflow ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user