Skip to content

Commit 38bbd44

Browse files
authored
Fix repo link in Cargo.toml (#81)
Fixes #66
1 parent 4f22a78 commit 38bbd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "k8s-gateway-api"
66
version = "0.13.0"
77
edition = "2021"
88
license = "Apache-2.0"
9-
repository = "https://github.com/linkerd/k8s-gateway-api"
9+
repository = "https://github.com/linkerd/k8s-gateway-api-rs"
1010
rust-version = "1.60"
1111
keywords = ["kubernetes", "gateway"]
1212
description = "Rust bindings for the Kubenetes Gateway API"

0 commit comments

Comments
 (0)