Skip to content

Commit

Permalink
Merge pull request #468 from jeckersb/cargo-repo-containers
Browse files Browse the repository at this point in the history
Cargo.toml: Update repository URL to containers org
  • Loading branch information
cgwalters committed Apr 10, 2024
2 parents d49bae6 + 02b6f43 commit b2efcaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b2efcaf

Please sign in to comment.