From 37ce062757b28e5e7bf30094c62f65a5cf080f71 Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sun, 4 Nov 2012 20:00:23 +0100 Subject: [PATCH] Use http instead of ssh to refere to the "native" submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 51f908e2a1..94a46b8272 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "native"] path = native - url = git@github.com:hrydgard/native.git + url = https://github.com/hrydgard/native.git