Skip to content

Commit 52de7bc

Browse files
authored
Merge pull request #6 from rcholic/phase7
updated ownership
2 parents 5384be3 + 112257c commit 52de7bc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docker/sidecar.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ RUN apt-get update && apt-get install -y \
2222

2323
# Clone the sidecar source from git
2424
# In production, pin to a specific tag/commit
25-
RUN git clone --depth 1 https://github.com/rcholic/rust-predicate-authorityd.git . || \
26-
git clone --depth 1 https://github.com/predicatesystems/rust-predicate-authorityd.git .
25+
RUN git clone --depth 1 https://github.com/predicatesystems/rust-predicate-authorityd.git .
2726

2827
# Build release binary
2928
RUN cargo build --release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
],
1414
"homepage": "https://predicatesystems.ai/docs/secure-claw",
1515
"bugs": {
16-
"url": "https://github.com/rcholic/openclaw/issues"
16+
"url": "https://github.com/predicatesystems/secureclaw/issues"
1717
},
1818
"license": "MIT",
1919
"author": "Predicate Systems <hello@predicatesystems.ai>",
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/rcholic/openclaw.git"
22+
"url": "git+https://github.com/predicatesystems/secureclaw.git"
2323
},
2424
"bin": {
2525
"secureclaw": "openclaw.mjs"

0 commit comments

Comments
 (0)