Skip to content

Commit dadd73d

Browse files
committed
misc: update Cargo.toml repository
1 parent f4cc4c6 commit dadd73d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ version = "0.3.5"
44
authors = ["Anthony Griffon <[email protected]>"]
55
description = "An async_graphql extension to send traces & metrics to Apollo Studio"
66
readme = "README.md"
7-
repository = "https://github.com/Miaxos/async_graphql_apollo_studio_extension"
8-
documentation = "https://github.com/Miaxos/async_graphql_apollo_studio_extension"
7+
repository = "https://github.com/async-graphql/async_graphql_apollo_studio_extension"
8+
documentation = "https://github.com/async-graphql/async_graphql_apollo_studio_extension"
99
license = "MIT"
1010
keywords = ["async_graphql", "async", "graphql", "apollo", "studio"]
1111
categories = ["network-programming", "asynchronous"]
1212
edition = "2018"
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15-
1615
[dependencies]
1716
protobuf = { version = "2.18.1", features = ["bytes"] }
1817
libflate = "1"

0 commit comments

Comments
 (0)