From f7e85fbe9fdd363ddafe07ac38202ccaa4c1c24f Mon Sep 17 00:00:00 2001 From: Colin Xu Date: Mon, 10 Feb 2025 22:05:21 +0800 Subject: [PATCH] Update pykd-ext submodule url to https. Signed-off-by: Colin Xu --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2a11e7e..6f02045 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/ivellioscolin/kdlibcpp.git [submodule "pykd_ext"] path = pykd_ext - url = git@github.com:ivellioscolin/pykd-ext.git + url = https://github.com/ivellioscolin/pykd-ext.git