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 087f28fc8..324529cad 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -529,10 +529,10 @@ list.faust = {
list.fennel = {
install_info = {
- url = "https://github.com/travonted/tree-sitter-fennel",
+ url = "https://github.com/alexmozaidze/tree-sitter-fennel",
files = { "src/parser.c" },
},
- maintainers = { "@TravonteD" },
+ maintainers = { "@alexmozaidze" },
}
list.firrtl = {