From 77040f64d04451744b950e54c732a25e0ae42d00 Mon Sep 17 00:00:00 2001 From: Tom Spilman Date: Wed, 2 Apr 2014 10:15:27 -0500 Subject: [PATCH] Fixed submodule to use HTTPS URL. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f27cbca8845..ad282c1a9e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/OutOfOrder/MonoKickstart.git [submodule "ThirdParty/Dependencies"] path = ThirdParty/Dependencies - url = git@github.com:Mono-Game/MonoGame.Dependencies.git + url = https://github.com/Mono-Game/MonoGame.Dependencies.git