From 59a2ba5c0d768f8a7a6de8caa7f523d03ec6b647 Mon Sep 17 00:00:00 2001 From: Alex Viscreanu Date: Sat, 15 Jul 2023 12:05:04 +0200 Subject: [PATCH] Update cargo.toml to reflect current repository url (#57) --- 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"