Skip to content

Commit 2a6d5f2

Browse files
authored
update cargo manifest (apache#214)
1 parent a53f1d2 commit 2a6d5f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "sqlparser"
33
description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
44
version = "0.5.2-alpha.0"
55
authors = ["Andy Grove <andygrove73@gmail.com>"]
6-
homepage = "https://github.com/andygrove/sqlparser-rs"
6+
homepage = "https://github.com/ballista-compute/sqlparser-rs"
77
documentation = "https://docs.rs/sqlparser/"
88
keywords = [ "ansi", "sql", "lexer", "parser" ]
9-
repository = "https://github.com/andygrove/sqlparser-rs"
9+
repository = "https://github.com/ballista-compute/sqlparser-rs"
1010
license = "Apache-2.0"
1111
include = [
1212
"src/**/*.rs",

0 commit comments

Comments
 (0)