vim-flog: add meta.license attribute

The upstream repo does not declare the license very prominently:  It is
only noted at the top of the vim help file:
https://github.com/rbong/vim-flog/blob/master/doc/flog.txt#L5
This commit is contained in:
Lucas Hoffmann
2026-05-10 13:56:43 +02:00
parent 0974d785de
commit ea45b74e9c
@@ -4950,10 +4950,13 @@ assertNoAdditions {
};
});
vim-flog = super.vim-flog.overrideAttrs {
vim-flog = super.vim-flog.overrideAttrs (old: {
# Not intended to be required, used by vim plugin
nvimSkipModules = "flog.graph_bin";
};
meta = old.meta // {
license = lib.licenses.vim;
};
});
vim-fugitive = super.vim-fugitive.overrideAttrs (old: {
meta = old.meta // {