Skip to content

Commit

Permalink
chore: update repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
MunifTanjim committed Feb 21, 2024
1 parent 9668709 commit 04c9579
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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",
Expand Down

0 comments on commit 04c9579

Please sign in to comment.