File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
2928RUN cargo build --release
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments