Skip to content

Commit

Permalink
vimPlugins/copilot-vim: specify license (unfree)
Browse files Browse the repository at this point in the history
From [the license][1]:

> GitHub Copilot is offered under the GitHub Terms of Service.
> Copyright (C) 2023 GitHub, Inc. - All Rights Reserved.

[1]: https://github.com/github/copilot.vim/blob/5b19fb001d7f31c4c7c5556d7a97b243bd29f45f/LICENSE.md
  • Loading branch information
amarshall committed Jan 9, 2024
1 parent 46ae021 commit 58ff8a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,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 {
Expand Down

0 comments on commit 58ff8a1

Please sign in to comment.