From 22d25187e75b3070fe9a1f99c8f88a2c79d40bbc Mon Sep 17 00:00:00 2001 From: Wes Turner <50891+westurner@users.noreply.github.com> Date: Sun, 3 Mar 2024 17:27:00 -0500 Subject: [PATCH 1/2] BUG,SEC: .gitmodules: git://github -> https:// --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 85665678e..ab7203eb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "shFlags"] path = shFlags - url = git://github.com/nvie/shFlags.git + url = https://github.com/nvie/shFlags.git From 30745064b6ab13606367029ce925e1bd08d34686 Mon Sep 17 00:00:00 2001 From: Wes Turner <50891+westurner@users.noreply.github.com> Date: Thu, 12 Sep 2024 02:58:54 -0400 Subject: [PATCH 2/2] BUG: .gitmodules: remove .git from url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ab7203eb2..e75d289cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "shFlags"] path = shFlags - url = https://github.com/nvie/shFlags.git + url = https://github.com/nvie/shFlags