mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
vimPlugins.neocomplete-vim: override license to mit
(cherry picked from commit 1efe8904c1)
This commit is contained in:
committed by
github-actions[bot]
parent
0e8b8ecf89
commit
39dfa7bc79
@@ -2687,6 +2687,12 @@ assertNoAdditions {
|
||||
];
|
||||
};
|
||||
|
||||
neocomplete-vim = super.neocomplete-vim.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
});
|
||||
|
||||
neoconf-nvim = super.neoconf-nvim.overrideAttrs {
|
||||
dependencies = [ self.nvim-lspconfig ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user