Fix Cargo repository URL (#97)
This commit is contained in:
parent
a8eb5cb57c
commit
7776f24dfa
|
@ -4,7 +4,7 @@ description = "bash grammar for the tree-sitter parsing library"
|
||||||
version = "0.19.0"
|
version = "0.19.0"
|
||||||
keywords = ["incremental", "parsing", "bash"]
|
keywords = ["incremental", "parsing", "bash"]
|
||||||
categories = ["parsing", "text-editors"]
|
categories = ["parsing", "text-editors"]
|
||||||
repository = "https://github.com/tree-sitter/tree-sitter-javascript"
|
repository = "https://github.com/tree-sitter/tree-sitter-bash"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
Loading…
Reference in New Issue