vimPlugins.vim-watchdogs: override license to artistic1
Co-authored-by: ShadowRZ <shadowrz+nixpkgs@disroot.org>
This commit is contained in:
@@ -5837,6 +5837,13 @@ assertNoAdditions {
|
||||
'';
|
||||
};
|
||||
|
||||
vim-watchdogs = super.vim-watchdogs.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
# Plugin file licenses it under Perl terms (artistic1).
|
||||
license = lib.licenses.artistic1;
|
||||
};
|
||||
});
|
||||
|
||||
vim-wordy = super.vim-wordy.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user