fix: correct url in Cargo.toml
This commit is contained in:
parent
3d23db47a5
commit
81e0f348aa
|
@ -4,7 +4,7 @@ description = "cmake grammar for the tree-sitter parsing library"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
keywords = ["incremental", "parsing", "cmake"]
|
keywords = ["incremental", "parsing", "cmake"]
|
||||||
categories = ["parsing", "text-editors"]
|
categories = ["parsing", "text-editors"]
|
||||||
repository = "https://github.com/tree-sitter/tree-sitter-cmake"
|
repository = "https://github.com/uyha/tree-sitter-cmake"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue