From 7776f24dfa35826fd3038c54a9c311b9e263c22c Mon Sep 17 00:00:00 2001 From: Sighery Date: Sat, 8 May 2021 18:29:13 +0200 Subject: [PATCH] Fix Cargo repository URL (#97) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a02ac4c..ba5cb0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "bash grammar for the tree-sitter parsing library" version = "0.19.0" keywords = ["incremental", "parsing", "bash"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-javascript" +repository = "https://github.com/tree-sitter/tree-sitter-bash" edition = "2018" license = "MIT" authors = [