fix: correct url in Cargo.toml

This commit is contained in:
Uy Ha 2022-07-08 12:09:00 +07:00
parent 3d23db47a5
commit 81e0f348aa

View file

@ -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"