mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
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:
parent
180399295d
commit
1bd95ec90a
1 changed files with 2 additions and 2 deletions
|
|
@ -401,10 +401,10 @@ list.elsa = {
|
||||||
|
|
||||||
list.elvish = {
|
list.elvish = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/ckafi/tree-sitter-elvish",
|
url = "https://github.com/elves/tree-sitter-elvish",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c" },
|
||||||
},
|
},
|
||||||
maintainers = { "@ckafi" },
|
maintainers = { "@elves" },
|
||||||
}
|
}
|
||||||
|
|
||||||
list.embedded_template = {
|
list.embedded_template = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue