vimPlugins.fastfold: override license to wtfpl

This commit is contained in:
Tomas Rivera
2026-05-26 10:43:57 +02:00
parent c3690cce4e
commit adcd15eba6
@@ -1434,6 +1434,13 @@ assertNoAdditions {
dependencies = [ self.nui-nvim ];
};
fastfold = super.fastfold.overrideAttrs (old: {
meta = old.meta // {
# This plugin is under the license "Rien à Branler", which is a French translation of the WTFPL license.
license = lib.licenses.wtfpl;
};
});
faust-nvim = super.faust-nvim.overrideAttrs {
dependencies = with self; [
luasnip