From 0c8f8571c71eefb282c45b8ee96c435872c49a6a Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sat, 30 Jul 2022 00:11:33 -0500 Subject: [PATCH] check-versions: update hggit url Signed-off-by: Felipe Contreras --- tools/check-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-versions b/tools/check-versions index 872140f..ebca2d7 100755 --- a/tools/check-versions +++ b/tools/check-versions @@ -222,7 +222,7 @@ hggit_checkout_fix = lambda do |version| run_cmd %W[hg import -q --no-commit #{__dir__}/hggit_rename_fix_0.8.0.patch], fatal: false end -add_component(:hggit, 'https://bitbucket.org/durin42/hg-git', checkout_fix: hggit_checkout_fix) +add_component(:hggit, 'https://foss.heptapod.net/mercurial/hg-git', checkout_fix: hggit_checkout_fix) add_component(:dulwich, 'https://github.com/dulwich/dulwich.git', version_format: 'dulwich-%s', kind: :git)