From 1bd95ec90ad5af13b9159c812576b34563381086 Mon Sep 17 00:00:00 2001 From: Tobias Frilling Date: Mon, 17 Jul 2023 14:10:49 +0200 Subject: [PATCH] fix(parsers): ownership transfer of elvish I've transferred the ownership of the elvish grammer to @elves, which is the org that develops elvish. --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 0819686a1..c5b8dd5f7 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -401,10 +401,10 @@ list.elsa = { list.elvish = { install_info = { - url = "https://github.com/ckafi/tree-sitter-elvish", + url = "https://github.com/elves/tree-sitter-elvish", files = { "src/parser.c" }, }, - maintainers = { "@ckafi" }, + maintainers = { "@elves" }, } list.embedded_template = {