Unverified Commit 2d376d9c authored by Amadej Kastelic's avatar Amadej Kastelic
Browse files

claude-agent-acp: update upstream

parent 3ef7ec96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ buildNpmPackage (finalAttrs: {
  version = "0.32.0";

  src = fetchFromGitHub {
    owner = "zed-industries";
    owner = "agentclientprotocol";
    repo = "claude-agent-acp";
    tag = "v${finalAttrs.version}";
    hash = "sha256-egYGwkN8iexw42EIhUgKb+QuAKfH4lKts0lftzfHAiY=";
@@ -28,7 +28,7 @@ buildNpmPackage (finalAttrs: {

  meta = {
    description = "ACP-compatible coding agent powered by the Claude Agent SDK";
    homepage = "https://github.com/zed-industries/claude-agent-acp";
    homepage = "https://github.com/agentclientprotocol/claude-agent-acp";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [
      amadejkastelic