github-copilot-cli: mark as unfree
This commit is contained in:
parent
95b9e19b6e
commit
f002de6834
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ buildNpmPackage rec {
|
|||
meta = with lib; {
|
||||
description = "A CLI experience for letting GitHub Copilot help you on the command line";
|
||||
homepage = "https://githubnext.com/projects/copilot-cli/";
|
||||
license = licenses.free;
|
||||
license = licenses.unfree; # upstream has no license
|
||||
maintainers = [ maintainers.malo ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue