diff --git a/Cargo.toml b/Cargo.toml index 9dbc8b3..0ba0b02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ license = "MIT" keywords = ["incremental", "parsing", "lua"] categories = ["parsing", "text-editors"] -repository = "https://github.com/MunifTanjim/tree-sitter-lua" +repository = "https://github.com/tree-sitter-grammars/tree-sitter-lua" edition = "2018" build = "bindings/rust/build.rs" diff --git a/README.md b/README.md index aa3b6a4..1f44e5e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![GitHub Workflow Status: CI](https://img.shields.io/github/actions/workflow/status/MunifTanjim/tree-sitter-lua/ci.yml?branch=main&label=CI&style=for-the-badge) +![GitHub Workflow Status: CI](https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-lua/ci.yml?branch=main&label=CI&style=for-the-badge) # tree-sitter-lua diff --git a/package.json b/package.json index 111a429..f7fa06f 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "parser", "lua" ], - "homepage": "https://github.com/MunifTanjim/tree-sitter-lua#readme", - "bugs": "https://github.com/MunifTanjim/tree-sitter-lua/issues", + "homepage": "https://github.com/tree-sitter-grammars/tree-sitter-lua#readme", + "bugs": "https://github.com/tree-sitter-grammars/tree-sitter-lua/issues", "license": "MIT", "author": "Munif Tanjim (https://muniftanjim.dev)", "files": [ @@ -19,7 +19,7 @@ "grammar.js" ], "main": "bindings/node", - "repository": "https://github.com/MunifTanjim/tree-sitter-lua", + "repository": "https://github.com/tree-sitter-grammars/tree-sitter-lua", "scripts": { "build": "tree-sitter generate", "postbuild": "node-gyp build",