docs: fix repository in Cargo.toml
This commit is contained in:
parent
dd2673d44c
commit
07c078936e
|
@ -4,7 +4,7 @@ description = "dockerfile grammar for the tree-sitter parsing library"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
keywords = ["incremental", "parsing", "dockerfile"]
|
keywords = ["incremental", "parsing", "dockerfile"]
|
||||||
categories = ["parsing", "text-editors"]
|
categories = ["parsing", "text-editors"]
|
||||||
repository = "https://github.com/tree-sitter/tree-sitter-javascript"
|
repository = "https://github.com/camdencheek/tree-sitter-dockerfile"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue