chore: switch agda upstream

This commit is contained in:
ShootingStarDragons 2023-09-18 13:12:07 +08:00 committed by Christian Clason
parent eb0f975bf2
commit 6a865af171
3 changed files with 3 additions and 4 deletions

View file

@ -85,8 +85,8 @@ list.ada = {
list.agda = {
install_info = {
url = "https://github.com/AusCyberman/tree-sitter-agda",
files = { "src/parser.c", "src/scanner.cc" },
url = "https://github.com/tree-sitter/tree-sitter-agda",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@Decodetalkers" },
}