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:
@@ -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 // {
|
||||
|
||||
Reference in New Issue
Block a user