Skip to content

Commit

Permalink
Merge pull request #26 from Manu343726/master
Browse files Browse the repository at this point in the history
Use https for submodules, fixes #25
  • Loading branch information
lasote committed May 14, 2015
2 parents cc2b156 + f0bb5ea commit 36db930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "client"]
path = client
url = git@github.com:biicode/client.git
url = https://github.com/biicode/client.git
[submodule "common"]
path = common
url = git@github.com:biicode/common.git
url = https://github.com/biicode/common.git
[submodule "bii-server"]
path = bii-server
url = git@github.com:biicode/bii-server.git
url = https://github.com/biicode/bii-server.git

0 comments on commit 36db930

Please sign in to comment.