fix(parsers): ownership transfer of elvish

I've transferred the ownership of the elvish grammer to @elves, which is the org that develops elvish.
This commit is contained in:
Tobias Frilling 2023-07-17 14:10:49 +02:00 committed by Christian Clason
parent 180399295d
commit 1bd95ec90a

View file

@ -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 = {