aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index fc2bad86c..6ac8be998 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1198,10 +1198,10 @@ list.promql = {
list.proto = {
install_info = {
- url = "https://github.com/mitchellh/tree-sitter-proto",
+ url = "https://github.com/treywood/tree-sitter-proto",
files = { "src/parser.c" },
},
- maintainers = { "@fsouza" },
+ maintainers = { "@treywood" },
}
list.prql = {