Skip to content

Commit 2516dec

Browse files
cgwaltersckyrouac
authored andcommitted
Cargo.toml: Fix repository URL to point to bootc-dev/jsonrpc-fdpass
The repository field was still pointing to the old cgwalters/spec-json-rpc-fdpass location. Assisted-by: OpenCode (Claude Opus 4) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent d7c5c19 commit 2516dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55
description = "JSON-RPC 2.0 with Unix file descriptor passing"
66
authors = ["Colin Walters <walters@verbum.org>"]
77
license = "MIT OR Apache-2.0"
8-
repository = "https://github.com/cgwalters/spec-json-rpc-fdpass"
8+
repository = "https://github.com/bootc-dev/jsonrpc-fdpass"
99

1010
[lints.rust]
1111
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }

0 commit comments

Comments
 (0)