mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
vimPlugins.vim-printer: override license to mit
(cherry picked from commit 7da58fee8a)
This commit is contained in:
committed by
github-actions[bot]
parent
30dbdee6e3
commit
b3720aa01e
@@ -5549,6 +5549,12 @@ assertNoAdditions {
|
||||
};
|
||||
});
|
||||
|
||||
vim-printer = super.vim-printer.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
});
|
||||
|
||||
vim-projectionist = super.vim-projectionist.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
license = lib.licenses.vim;
|
||||
|
||||
Reference in New Issue
Block a user