From e3bcdb3841848ae41dcd31b3be063736d0dc26a2 Mon Sep 17 00:00:00 2001 From: Temmie Sidas Date: Thu, 1 Sep 2022 16:26:49 +0000 Subject: [PATCH] Remove Deprecated Git URL From Git Modules Since Github no longer supports Git URLS, I changed it to HTTPS as per the site recommendation. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index abc17efe..ebe4faea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lib/SteamAuth"] path = lib/SteamAuth - url = git://github.com/geel9/SteamAuth + url = https://github.com/geel9/SteamAuth