vimPlugins.zoomwintab-vim: override license to vim
This commit is contained in:
@@ -6170,6 +6170,12 @@ assertNoAdditions {
|
||||
];
|
||||
};
|
||||
|
||||
zoomwintab-vim = super.zoomwintab-vim.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
license = lib.licenses.vim;
|
||||
};
|
||||
});
|
||||
|
||||
zotcite = super.zotcite.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
plenary-nvim
|
||||
|
||||
Reference in New Issue
Block a user