Skip to content

Commit

Permalink
Fix git repository URLs in contrib crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathew-horner authored and SergioBenitez committed Dec 18, 2023
1 parent 485c490 commit 1b089bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/db_pools/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rocket_db_pools_codegen"
version = "0.1.0"
authors = ["Sergio Benitez <[email protected]>", "Jeb Rosen <[email protected]>"]
description = "Procedural macros for rocket_db_pools."
repository = "https://github.com/rwf2/Rocket/contrib/db_pools"
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/db_pools"
readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion contrib/db_pools/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rocket_db_pools"
version = "0.1.0"
authors = ["Sergio Benitez <[email protected]>", "Jeb Rosen <[email protected]>"]
description = "Rocket async database pooling support"
repository = "https://github.com/rwf2/Rocket/contrib/db_pools"
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/db_pools"
readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion contrib/sync_db_pools/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rocket_sync_db_pools_codegen"
version = "0.1.0"
authors = ["Sergio Benitez <[email protected]>"]
description = "Procedural macros for rocket_sync_db_pools."
repository = "https://github.com/rwf2/Rocket/contrib/sync_db_pools"
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/sync_db_pools"
readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 1b089bd

Please sign in to comment.