Skip to content

Commit

Permalink
updated git submodules to public https paths
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Jul 18, 2013
1 parent 1bf7bb0 commit 179ef6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[submodule "external/openssl-static"]
path = external/openssl-static
url = git://github.com/guardianproject/android-external-openssl-ndk-static.git
url = https://github.com/guardianproject/openssl-android.git
[submodule "external/tor"]
path = external/tor
url = git://git.torproject.org/git/tor.git
url = https://git.torproject.org/git/tor.git
[submodule "external/libevent"]
path = external/libevent
url = git://github.com/libevent/libevent.git
url = https://github.com/libevent/libevent.git
[submodule "external/jtorctrl"]
path = external/jtorctrl
url = git://git.torproject.org/git/jtorctl
url = https://git.torproject.org/git/jtorctl
[submodule "external/jtorctl"]
path = external/jtorctl
url = git://git.torproject.org/git/jtorctl
url = https://git.torproject.org/git/jtorctl
[submodule "external/obfsproxy"]
path = external/obfsproxy
url = git://git.torproject.org/obfsproxy.git
url = https://git.torproject.org/obfsproxy.git

0 comments on commit 179ef6e

Please sign in to comment.