diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index da83e0a22..e31f19747 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -737,11 +737,10 @@ list.gpg = { list.groovy = { install_info = { - url = "https://github.com/Decodetalkers/tree-sitter-groovy", + url = "https://github.com/murtaza64/tree-sitter-groovy", files = { "src/parser.c" }, - branch = "gh-pages", }, - maintainers = { "@Decodetalkers" }, + maintainers = { "@murtaza64" }, } list.graphql = { |
