diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-02-21 23:14:07 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-02-21 23:14:07 -0800 |
commit | a8d3785fc7685b097f305caedfc2f66aaaba6aee (patch) | |
tree | d8d7c3388110a4afeeca354fb8b60a528a21af70 /.gitmodules | |
parent | 577841fecac712cbd4085fc5393395d7e2862c1e (diff) | |
download | dsub-a8d3785fc7685b097f305caedfc2f66aaaba6aee.tar.gz dsub-a8d3785fc7685b097f305caedfc2f66aaaba6aee.tar.bz2 dsub-a8d3785fc7685b097f305caedfc2f66aaaba6aee.zip |
Use a separately maintained library for proxy connections
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5a0b6b8c..dcb0d0b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "DragSortListView"] path = DragSortListView url = https://github.com/bauerca/drag-sort-listview.git +[submodule "ServerProxy"] + path = ServerProxy + url = https://github.com/daneren2005/ServerProxy.git |