Merge pull request #279864 from amarshall/copilot-vim-license

vimPlugins/copilot-vim: specify license (unfree)
This commit is contained in:
Doron Behar
2024-06-12 23:14:46 +03:00
committed by GitHub
@@ -463,6 +463,8 @@
--replace " let node = get(g:, 'copilot_node_command', ''\'''\')" \
" let node = get(g:, 'copilot_node_command', '${nodejs}/bin/node')"
'';
meta.license = lib.licenses.unfree;
};
coq_nvim = super.coq_nvim.overrideAttrs {