Skip to content

Commit 4508a0f

Browse files
andreeaflorescuroypat
authored andcommitted
fix repository link in Cargo.toml
Signed-off-by: Andreea Florescu <[email protected]>
1 parent da5eea4 commit 4508a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kvm-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "kvm-bindings"
33
version = "0.10.0"
44
authors = ["Amazon firecracker team <[email protected]>"]
55
description = "Rust FFI bindings to KVM generated using bindgen."
6-
repository = "https://github.com/rust-vmm/kvm-bindings"
6+
repository = "https://github.com/rust-vmm/kvm"
77
readme = "README.md"
88
keywords = ["kvm"]
99
license = "Apache-2.0"

kvm-ioctls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "kvm-ioctls"
33
version = "0.19.0"
44
authors = ["Amazon Firecracker Team <[email protected]>"]
55
description = "Safe wrappers over KVM ioctls"
6-
repository = "https://github.com/rust-vmm/kvm-ioctls"
6+
repository = "https://github.com/rust-vmm/kvm"
77
readme = "README.md"
88
keywords = ["kvm"]
99
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)