Skip to content

Commit 02b6f43

Browse files
committed
Cargo.toml: Update repository URL to containers org
Signed-off-by: John Eckersberg <[email protected]>
1 parent d49bae6 commit 02b6f43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bootc"
33
version = "0.1.9"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6-
repository = "https://github.com/cgwalters/bootc"
6+
repository = "https://github.com/containers/bootc"
77
readme = "README.md"
88
publish = false
99
rust-version = "1.63.0"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "bootc-lib"
66
readme = "README.md"
7-
repository = "https://github.com/cgwalters/bootc"
7+
repository = "https://github.com/containers/bootc"
88
version = "0.1.9"
99
rust-version = "1.64.0"
1010
build = "build.rs"

0 commit comments

Comments
 (0)