Skip to content

Commit b2efcaf

Browse files
authored
Merge pull request #468 from jeckersb/cargo-repo-containers
Cargo.toml: Update repository URL to containers org
2 parents d49bae6 + 02b6f43 commit b2efcaf

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)