mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
vimPlugins.fastfold: override license to wtfpl
(cherry picked from commit adcd15eba6)
This commit is contained in:
committed by
github-actions[bot]
parent
1e1294a640
commit
9c104004c9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user