Skip to content

Commit 52ba108

Browse files
committed
Update metadata for the new location of the repo (#10)
1 parent 96217da commit 52ba108

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ license = "MIT/Apache-2.0"
88
readme = "README.md"
99
keywords = ["graphql", "parser"]
1010
categories = ["parser-implementations", "command-line-interface"]
11-
homepage = "https://github.com/tailhook/graphql-parser"
11+
homepage = "https://github.com/graphql-rust/graphql-parser"
1212
documentation = "https://docs.rs/graphql-parser"
1313
version = "0.2.0"
14-
authors = ["[email protected]"]
14+
authors = ["Paul Colomiets <[email protected]>"]
1515

1616
[dependencies]
1717
combine = "=3.0.0-beta.1"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! query language as well as AST types.
66
//!
77
//! [Docs](https://docs.rs/graphql-parser/) |
8-
//! [Github](https://github.com/tailhook/graphql-parser/) |
8+
//! [Github](https://github.com/graphql-rust/graphql-parser/) |
99
//! [Crate](https://crates.io/crates/graphql-parser)
1010
//!
1111
//! Current this library supports full graphql syntax, and the following

0 commit comments

Comments
 (0)