aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lockfile.json2
-rw-r--r--lua/nvim-treesitter/parsers.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json
index 1517026b1..d3673f3fe 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -618,7 +618,7 @@
"revision": "acc77c93ef4b73ba8c3a581b8c99d95b55f7178b"
},
"smali": {
- "revision": "72e334b2630f5852825ba5ff9dfd872447175eb5"
+ "revision": "5ae51e15c4d1ac93cba6127caf3d1f0a072c140c"
},
"smithy": {
"revision": "8327eb84d55639ffbe08c9dc82da7fff72a1ad07"
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 68eb3ff2e..756c5408e 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1807,7 +1807,7 @@ list.slint = {
list.smali = {
install_info = {
- url = "https://git.sr.ht/~yotam/tree-sitter-smali",
+ url = "https://github.com/tree-sitter-grammars/tree-sitter-smali",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@amaanq" },