Loading pkgs/tools/misc/github-copilot-cli/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/tools/misc/github-copilot-cli/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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