mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
vimPlugins.vim-tabpagecd: override license to mit
This commit is contained in:
@@ -5700,6 +5700,12 @@ assertNoAdditions {
|
||||
vim-tabby = super.vim-tabby.overrideAttrs {
|
||||
};
|
||||
|
||||
vim-tabpagecd = super.vim-tabpagecd.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
});
|
||||
|
||||
vim-tbone = super.vim-tbone.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
license = lib.licenses.vim;
|
||||
|
||||
Reference in New Issue
Block a user