chore(v): update repository url

This commit is contained in:
Turiiya 2024-02-11 15:28:04 +07:00 committed by Christian Clason
parent 9860fceb73
commit 0aa7131044
2 changed files with 2 additions and 2 deletions

View file

@ -414,7 +414,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [unison](https://github.com/kylegoetz/tree-sitter-unison) (maintained by @tapegram)
- [x] [usd](https://github.com/ColinKennedy/tree-sitter-usd) (maintained by @ColinKennedy)
- [x] [uxn tal](https://github.com/amaanq/tree-sitter-uxntal) (maintained by @amaanq)
- [x] [v](https://github.com/v-analyzer/v-analyzer) (maintained by @kkharji, @amaanq)
- [x] [v](https://github.com/vlang/v-analyzer) (maintained by @kkharji, @amaanq)
- [x] [vala](https://github.com/vala-lang/tree-sitter-vala) (maintained by @Prince781)
- [x] [verilog](https://github.com/tree-sitter/tree-sitter-verilog) (maintained by @zegervdv)
- [x] [vhs](https://github.com/charmbracelet/tree-sitter-vhs) (maintained by @caarlos0)

View file

@ -2102,7 +2102,7 @@ list.uxntal = {
list.v = {
install_info = {
url = "https://github.com/v-analyzer/v-analyzer",
url = "https://github.com/vlang/v-analyzer",
files = { "src/parser.c" },
location = "tree_sitter_v",
},