From 16cf069b617e080762b161efb25836f8c6dc2e85 Mon Sep 17 00:00:00 2001 From: Kashyap Chamarthy Date: Wed, 18 May 2022 15:46:41 +0200 Subject: [PATCH] website: Update 'git clone' protocol GitHub dropped[1] support for git: protocol, so cloing with "git://" will fail. Use "https://" instead. [1] https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Kashyap Chamarthy --- website/index.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.html.in b/website/index.html.in index 7453129d6..5644243c0 100644 --- a/website/index.html.in +++ b/website/index.html.in @@ -174,7 +174,7 @@ For testers:

Git repository

-git clone git://github.com/libguestfs/libguestfs.git
+git clone https://github.com/libguestfs/libguestfs