From 5da18b9d7177eabed79305017ac0d758356ec621 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Thu, 8 Apr 2021 17:42:24 +0200 Subject: [PATCH] Update repository links for moz-grammars --- tree-sitter-ccomment/Cargo.toml | 2 +- tree-sitter-mozcpp/Cargo.toml | 2 +- tree-sitter-mozjs/Cargo.toml | 2 +- tree-sitter-preproc/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tree-sitter-ccomment/Cargo.toml b/tree-sitter-ccomment/Cargo.toml index f451c86d2..8f604929c 100644 --- a/tree-sitter-ccomment/Cargo.toml +++ b/tree-sitter-ccomment/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "bindings/rust/README.md" keywords = ["incremental", "parsing", "ccomment"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-ccomment" +repository = "https://github.com/mozilla/rust-code-analysis" edition = "2018" build = "bindings/rust/build.rs" diff --git a/tree-sitter-mozcpp/Cargo.toml b/tree-sitter-mozcpp/Cargo.toml index 953e4c456..8c293ece5 100644 --- a/tree-sitter-mozcpp/Cargo.toml +++ b/tree-sitter-mozcpp/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "bindings/rust/README.md" keywords = ["incremental", "parsing", "mozcpp"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-mozcpp" +repository = "https://github.com/mozilla/rust-code-analysis" edition = "2018" build = "bindings/rust/build.rs" diff --git a/tree-sitter-mozjs/Cargo.toml b/tree-sitter-mozjs/Cargo.toml index e17df9c75..fb19ce2b7 100644 --- a/tree-sitter-mozjs/Cargo.toml +++ b/tree-sitter-mozjs/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "bindings/rust/README.md" keywords = ["incremental", "parsing", "mozjs"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-mozjs" +repository = "https://github.com/mozilla/rust-code-analysis" edition = "2018" build = "bindings/rust/build.rs" diff --git a/tree-sitter-preproc/Cargo.toml b/tree-sitter-preproc/Cargo.toml index 184fb31bd..d6d781676 100644 --- a/tree-sitter-preproc/Cargo.toml +++ b/tree-sitter-preproc/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "bindings/rust/README.md" keywords = ["incremental", "parsing", "preproc"] categories = ["parsing", "text-editors"] -repository = "https://github.com/tree-sitter/tree-sitter-preproc" +repository = "https://github.com/mozilla/rust-code-analysis" edition = "2018" build = "bindings/rust/build.rs"