From ebe2283a105ac1e932cd8bf36100e44203625c4f Mon Sep 17 00:00:00 2001 From: Liu Peng Date: Mon, 21 Apr 2014 08:47:45 +0800 Subject: [PATCH] Update .gitmodules change jemalloc submodule from ssh to https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1688688a..4d6e3fdc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "3rd/jemalloc"] path = 3rd/jemalloc - url = git@github.com:jemalloc/jemalloc.git + url = https://github.com/jemalloc/jemalloc.git