From 07c078936e2d6a0998ed58c386898bbac95037ef Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Wed, 12 Jan 2022 22:47:12 +0100 Subject: [PATCH] docs: fix repository in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1ef886..f2c8d47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "dockerfile grammar for the tree-sitter parsing library" version = "0.1.0" keywords = ["incremental", "parsing", "dockerfile"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-javascript" +repository = "https://github.com/camdencheek/tree-sitter-dockerfile" edition = "2018" license = "MIT"