From 58ff8a126c5de1f23663fa07b5942d16c5940c7f Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Tue, 9 Jan 2024 11:37:01 -0500 Subject: [PATCH] vimPlugins/copilot-vim: specify license (unfree) 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 --- pkgs/applications/editors/vim/plugins/overrides.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 73fdb754bb391c9..7e3010ad044d104 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 {