mirror of https://github.com/rwf2/Rocket.git
Fix git repository URLs in contrib crates.
This commit is contained in:
parent
485c490b1f
commit
1b089bdb63
|
@ -3,7 +3,7 @@ name = "rocket_db_pools_codegen"
|
|||
version = "0.1.0"
|
||||
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
|
||||
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"
|
||||
|
|
|
@ -3,7 +3,7 @@ name = "rocket_db_pools"
|
|||
version = "0.1.0"
|
||||
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
|
||||
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"
|
||||
|
|
|
@ -3,7 +3,7 @@ name = "rocket_sync_db_pools_codegen"
|
|||
version = "0.1.0"
|
||||
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue