From 81e0f348aac8d4835400a5eb404f3e0e6b2ba968 Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Fri, 8 Jul 2022 12:09:00 +0700 Subject: [PATCH] fix: correct url in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e32726a..20eea71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "cmake grammar for the tree-sitter parsing library" version = "0.0.1" keywords = ["incremental", "parsing", "cmake"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-cmake" +repository = "https://github.com/uyha/tree-sitter-cmake" edition = "2018" license = "MIT"