Update transferred fish repo info

This commit is contained in:
26797767+krnik 2021-07-19 18:52:01 +02:00 committed by Stephan Seitz
parent 20b5dd9893
commit 8df19b91ad
2 changed files with 3 additions and 3 deletions

View file

@ -163,7 +163,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [ ] [elm](https://github.com/elm-tooling/tree-sitter-elm)
- [x] [erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang) (maintained by @ostera)
- [x] [fennel](https://github.com/travonted/tree-sitter-fennel) (maintained by @TravonteD)
- [x] [fish](https://github.com/krnik/tree-sitter-fish) (maintained by @krnik, @ram02z)
- [x] [fish](https://github.com/ram02z/tree-sitter-fish) (maintained by @ram02z)
- [ ] [fortran](https://github.com/stadelmanma/tree-sitter-fortran)
- [x] [Godot (gdscript)](https://github.com/PrestonKnopp/tree-sitter-gdscript) (maintained by @Shatur95)
- [x] [Glimmer and Ember](https://github.com/alexlafroscia/tree-sitter-glimmer) (maintained by @alexlafroscia)

View file

@ -172,10 +172,10 @@ list.bash = {
list.fish = {
install_info = {
url = "https://github.com/krnik/tree-sitter-fish",
url = "https://github.com/ram02z/tree-sitter-fish",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@krnik", "@ram02z" },
maintainers = { "@ram02z" },
}
list.php = {