From c4af009a8deca6b3d703caead58e94aa2a9ea35b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 3 Jun 2022 22:29:32 +0200 Subject: [PATCH] Fix Cargo manifest --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2426e8b..b87ca9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "tree-sitter-tiger" -description = "tiger grammar for the tree-sitter parsing library" +description = "Tiger grammar for the tree-sitter parsing library" version = "0.0.1" keywords = ["incremental", "parsing", "tiger"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-tiger" +repository = "https://gitea.belanyi.fr/ambroisie/tree-sitter-tiger" edition = "2018" license = "MIT"