From caf275382f91ec8a2498d455c4d7d3fd0265ebd3 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Wed, 3 Jul 2024 09:47:31 +0200 Subject: fix(prolog): switch to github mirror --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 7711f7ca1..5078a3e7d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", }, -- cgit v1.2.3-70-g09d2