From 708c4d69d2c21582ec4800ebbbf43eb162945c0f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 23 Dec 2024 12:05:10 -0500 Subject: [PATCH] Fix address of repository --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f852767..03282b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Tiger grammar for the tree-sitter parsing library" version = "0.3.0" keywords = ["incremental", "parsing", "tiger"] categories = ["parsing", "text-editors"] -repository = "https://gitea.belanyi.fr/ambroisie/tree-sitter-tiger" +repository = "https://git.belanyi.fr/ambroisie/tree-sitter-tiger" edition = "2018" license = "MIT"