summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-09-29 19:01:06 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-09-29 19:01:06 +0000
commit1ef160d102ee18b5529c29a73682bb547e02fa32 (patch)
tree825a391a582c95d13a05bc03dc041e4a0d414575
parent739af6ecb46e762793508ab59fede1f6b647e44e (diff)
downloadwebsockify-1ef160d102ee18b5529c29a73682bb547e02fa32.tar.gz
Change protocol of git submodules, so that they can be cloned
without SSL in baserock builds.
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 45574ae..ff52150 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "include/web-socket-js-project"]
path = include/web-socket-js-project
- url = https://github.com/gimite/web-socket-js.git
+ url = git://github.com/gimite/web-socket-js.git