vimPlugins.neotest-mocha: override license to mit

This commit is contained in:
Tomas Rivera
2026-05-24 17:48:05 +02:00
parent 1efe8904c1
commit 97f2b66930
@@ -2900,13 +2900,16 @@ assertNoAdditions {
];
};
neotest-mocha = super.neotest-mocha.overrideAttrs {
neotest-mocha = super.neotest-mocha.overrideAttrs (old: {
dependencies = with self; [
neotest
nvim-nio
plenary-nvim
];
};
meta = old.meta // {
license = lib.licenses.mit;
};
});
neotest-pest = super.neotest-pest.overrideAttrs {
dependencies = with self; [