Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
shift ssh:// to https:// for read-only access
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy committed Feb 12, 2014
1 parent 3dfe59c commit b8a5518
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 "images/etcd"]
path = images/etcd
url = ssh://github.com/deis/etcd.git
url = https://github.com/deis/etcd.git
[submodule "images/postgres"]
path = images/postgres
url = ssh://github.com/deis/postgres.git
url = https://github.com/deis/postgres.git
[submodule "images/redis"]
path = images/redis
url = ssh://github.com/deis/redis.git
url = https://github.com/deis/redis.git
[submodule "images/server"]
path = images/server
url = ssh://github.com/deis/server.git
url = https://github.com/deis/server.git
[submodule "images/worker"]
path = images/worker
url = ssh://github.com/deis/worker.git
url = https://github.com/deis/worker.git
[submodule "images/builder"]
path = images/builder
url = ssh://github.com/deis/builder.git
url = https://github.com/deis/builder.git

0 comments on commit b8a5518

Please sign in to comment.