vimPlugins.NotebookNavigator-nvim: override license to mit

(cherry picked from commit b339489e22)
This commit is contained in:
Tomas Rivera
2026-05-19 12:13:33 +02:00
committed by github-actions[bot]
parent ed88353018
commit e96bdf6ed7

View File

@@ -2954,8 +2954,11 @@ assertNoAdditions {
dependencies = [ self.plenary-nvim ];
};
NotebookNavigator-nvim = super.NotebookNavigator-nvim.overrideAttrs {
};
NotebookNavigator-nvim = super.NotebookNavigator-nvim.overrideAttrs (old: {
meta = old.meta // {
license = lib.licenses.mit;
};
});
NrrwRgn = super.NrrwRgn.overrideAttrs (old: {
meta = old.meta // {