vimPlugins.vim-watchdogs: override license to artistic1

Co-authored-by: ShadowRZ <shadowrz+nixpkgs@disroot.org>
This commit is contained in:
Tomas Rivera
2026-05-26 10:43:57 +02:00
co-authored by ShadowRZ
parent f0cbe3c5d9
commit 02bfaa65d2
@@ -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;