fix(prolog): switch to github mirror

This commit is contained in:
Christian Clason 2024-07-03 09:47:31 +02:00
parent 8a04f1aaa9
commit caf275382f
2 changed files with 4 additions and 4 deletions

View file

@ -350,8 +350,8 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [pony](https://github.com/amaanq/tree-sitter-pony) (maintained by @amaanq, @mfelsche)
- [x] [printf](https://github.com/ObserverOfTime/tree-sitter-printf) (maintained by @ObserverOfTime)
- [x] [prisma](https://github.com/victorhqc/tree-sitter-prisma) (maintained by @elianiva)
- [x] [problog](https://codeberg.org/foxy/tree-sitter-prolog) (maintained by @foxyseta)
- [x] [prolog](https://codeberg.org/foxy/tree-sitter-prolog) (maintained by @foxyseta)
- [x] [problog](https://github.com/foxyseta/tree-sitter-prolog) (maintained by @foxyseta)
- [x] [prolog](https://github.com/foxyseta/tree-sitter-prolog) (maintained by @foxyseta)
- [x] [promql](https://github.com/MichaHoffmann/tree-sitter-promql) (maintained by @MichaHoffmann)
- [x] [properties](https://github.com/tree-sitter-grammars/tree-sitter-properties) (maintained by @ObserverOfTime)
- [x] [proto](https://github.com/treywood/tree-sitter-proto) (maintained by @treywood)

View file

@ -1567,7 +1567,7 @@ list.prisma = {
list.problog = {
install_info = {
url = "https://codeberg.org/foxy/tree-sitter-prolog",
url = "https://github.com/foxyseta/tree-sitter-prolog",
files = { "src/parser.c" },
location = "grammars/problog",
},
@ -1576,7 +1576,7 @@ list.problog = {
list.prolog = {
install_info = {
url = "https://codeberg.org/foxy/tree-sitter-prolog",
url = "https://github.com/foxyseta/tree-sitter-prolog",
files = { "src/parser.c" },
location = "grammars/prolog",
},