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"