mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
vimPlugins.NotebookNavigator-nvim: override license to mit
(cherry picked from commit b339489e22)
This commit is contained in:
committed by
github-actions[bot]
parent
ed88353018
commit
e96bdf6ed7
@@ -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 // {
|
||||
|
||||
Reference in New Issue
Block a user