Skip to content

Commit

Permalink
fix submodule url
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandmartel committed Mar 21, 2016
1 parent 368bbe2 commit 9dd3744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "btsnoop-decoder"]
path = btsnoop-decoder
url = git://github.com:akinaru/btsnoop-decoder.git
url = git://github.com/akinaru/btsnoop-decoder.git
[submodule "android-example/hcidecoder/src/main/jni/btsnoop-decoder"]
path = android-example/hcidecoder/src/main/jni/btsnoop-decoder
url = git@github.com:akinaru/btsnoop-decoder.git
url = git://github.com/akinaru/btsnoop-decoder.git

0 comments on commit 9dd3744

Please sign in to comment.