From 112257c840d66df4af2fad39330e471de3ceddc8 Mon Sep 17 00:00:00 2001 From: SentienceDEV Date: Thu, 26 Feb 2026 21:38:27 -0800 Subject: [PATCH] updated ownership --- docker/sidecar.Dockerfile | 3 +-- package.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docker/sidecar.Dockerfile b/docker/sidecar.Dockerfile index 44a52c2ff931..abe41d628628 100644 --- a/docker/sidecar.Dockerfile +++ b/docker/sidecar.Dockerfile @@ -22,8 +22,7 @@ RUN apt-get update && apt-get install -y \ # Clone the sidecar source from git # In production, pin to a specific tag/commit -RUN git clone --depth 1 https://github.com/rcholic/rust-predicate-authorityd.git . || \ - git clone --depth 1 https://github.com/predicatesystems/rust-predicate-authorityd.git . +RUN git clone --depth 1 https://github.com/predicatesystems/rust-predicate-authorityd.git . # Build release binary RUN cargo build --release diff --git a/package.json b/package.json index 22262a296f60..7f4ad470bf06 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,13 @@ ], "homepage": "https://predicatesystems.ai/docs/secure-claw", "bugs": { - "url": "https://github.com/rcholic/openclaw/issues" + "url": "https://github.com/predicatesystems/secureclaw/issues" }, "license": "MIT", "author": "Predicate Systems ", "repository": { "type": "git", - "url": "git+https://github.com/rcholic/openclaw.git" + "url": "git+https://github.com/predicatesystems/secureclaw.git" }, "bin": { "secureclaw": "openclaw.mjs"