From 9b020a9f9c385320f47ad03473fa1b741e0d12b7 Mon Sep 17 00:00:00 2001 From: jw910731 Date: Thu, 4 May 2023 01:07:36 +0800 Subject: [PATCH] Change ipcgull submodule upstream url to http protocol --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9e71d79..273d67b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/ipcgull"] path = src/ipcgull - url = git@github.com:PixlOne/ipcgull.git + url = https://github.com/PixlOne/ipcgull.git