From c60a249862d33ced6c40c9ff2acb20a068a6b2ac Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Mon, 4 Jun 2018 21:56:49 +1000 Subject: [PATCH] fix submodule link --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d3750526..828a5563 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "godot_headers"] path = godot_headers - url = git@github.com:GodotNativeTools/godot_headers.git + url = https://github.com/GodotNativeTools/godot_headers