Commit f002de68 authored by Weijia Wang's avatar Weijia Wang Committed by Emery Hemingway
Browse files

github-copilot-cli: mark as unfree

parent 95b9e19b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };