From 1098e962a3f77265e55a996666fc9386020b30d5 Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Wed, 7 Mar 2012 17:47:21 -0600 Subject: [PATCH] Adjusting two submodule urls to use the git protocol. Some users were unable to init with ssh endpoints --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index b0c9b423..e78aa066 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "external/openssl"] path = external/openssl - url = git@github.com:guardianproject/openssl-android.git + url = git://github.com/guardianproject/openssl-android.git [submodule "external/sqlcipher"] path = external/sqlcipher - url = git@github.com:guardianproject/sqlcipher-android.git + url = git://github.com/guardianproject/sqlcipher-android.git [submodule "external/dalvik"] path = external/dalvik url = git://github.com/android/platform_dalvik.git