github-copilot-cli: mark as unfree

This commit is contained in:
Weijia Wang 2023-09-10 11:42:05 +02:00 committed by Emery Hemingway
parent 95b9e19b6e
commit f002de6834

View file

@ -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;
};