Fix repository links in iron/rocket Cargo.toml
This commit is contained in:
parent
b6d9c337d0
commit
e37b7cc77d
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ authors = ["Magnus Hallin <mhallin@fastmail.com>"]
|
|||
description = "Iron integration for juniper"
|
||||
license = "BSD-2-Clause"
|
||||
documentation = "https://docs.rs/juniper_iron"
|
||||
repository = "https://github.com/graphql-rust/juniper_iron"
|
||||
repository = "https://github.com/graphql-rust/juniper"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.8" }
|
||||
|
|
|
@ -5,7 +5,7 @@ authors = ["Magnus Hallin <mhallin@fastmail.com>"]
|
|||
description = "Juniper GraphQL integration with Rocket"
|
||||
license = "BSD-2-Clause"
|
||||
documentation = "https://docs.rs/juniper_rocket"
|
||||
repository = "https://github.com/graphql-rust/juniper_rocket"
|
||||
repository = "https://github.com/graphql-rust/juniper"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.8" }
|
||||
|
|
Loading…
Reference in a new issue