Skip to content

Commit

Permalink
Update metadata for the new location of the repo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Apr 30, 2018
1 parent 96217da commit 52ba108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["graphql", "parser"]
categories = ["parser-implementations", "command-line-interface"]
homepage = "https://github.com/tailhook/graphql-parser"
homepage = "https://github.com/graphql-rust/graphql-parser"
documentation = "https://docs.rs/graphql-parser"
version = "0.2.0"
authors = ["paul@colomiets.name"]
authors = ["Paul Colomiets <paul@colomiets.name>"]

[dependencies]
combine = "=3.0.0-beta.1"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! query language as well as AST types.
//!
//! [Docs](https://docs.rs/graphql-parser/) |
//! [Github](https://github.com/tailhook/graphql-parser/) |
//! [Github](https://github.com/graphql-rust/graphql-parser/) |
//! [Crate](https://crates.io/crates/graphql-parser)
//!
//! Current this library supports full graphql syntax, and the following
Expand Down

0 comments on commit 52ba108

Please sign in to comment.