vimPlugins.vim-fold-cycle: override license to wtfpl

This commit is contained in:
Tomas Rivera
2026-05-26 10:43:55 +02:00
parent 64dfacf9d2
commit 2bd1692f73
@@ -5212,6 +5212,12 @@ assertNoAdditions {
};
});
vim-fold-cycle = super.vim-fold-cycle.overrideAttrs (old: {
meta = old.meta // {
license = lib.licenses.wtfpl;
};
});
vim-fugitive = super.vim-fugitive.overrideAttrs (old: {
meta = old.meta // {
license = lib.licenses.vim;