1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

Cargo.toml: Update repository URL to containers org

Signed-off-by: John Eckersberg <jeckersb@redhat.com>
This commit is contained in:
John Eckersberg
2024-04-10 14:22:15 -04:00
parent d49bae6980
commit 02b6f439d8
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name = "bootc"
version = "0.1.9"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cgwalters/bootc"
repository = "https://github.com/containers/bootc"
readme = "README.md"
publish = false
rust-version = "1.63.0"

View File

@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "bootc-lib"
readme = "README.md"
repository = "https://github.com/cgwalters/bootc"
repository = "https://github.com/containers/bootc"
version = "0.1.9"
rust-version = "1.64.0"
build = "build.rs"