vimPlugins.zoomwintab-vim: override license to vim

This commit is contained in:
Tomas Rivera
2026-05-26 10:43:57 +02:00
parent b2577b6633
commit 13b3305464
@@ -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