fix(t32): correct gitlab URL

This commit is contained in:
Christian Clason 2023-08-01 09:47:37 +02:00
parent 8e70f17f71
commit 4c4d586a05

View file

@ -1510,7 +1510,7 @@ list.systemtap = {
list.t32 = {
install_info = {
url = "https://gitlab.com/xasc/tree-sitter-t32",
url = "https://gitlab.com/xasc/tree-sitter-t32.git",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@xasc" },