From c23e35b59baec2bde2c011a3d8acd6b309c4c8aa Mon Sep 17 00:00:00 2001 From: Alex Viscreanu Date: Sat, 15 Jul 2023 11:18:12 +0200 Subject: [PATCH] docs: update cargo.toml to reflect current repository url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d84279..1638bf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Elixir grammar for the tree-sitter parsing library" version = "0.1.0" keywords = ["incremental", "parsing", "elixir"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-elixir" +repository = "https://github.com/elixir-lang/tree-sitter-elixir" edition = "2018" license = "Apache-2.0"