diff options
author | hellekin <hellekin@cepheide.org> | 2012-11-01 16:02:03 -0300 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2012-11-01 16:02:03 -0300 |
commit | 8c3a57caf53ba35268d9518cdf5f5678450eed37 (patch) | |
tree | 6cbbf0501b0d3df587219c192e7e884e8c45595e | |
parent | 336328084d2dac0947e3818d281409e4c8e6280b (diff) | |
download | elgg-8c3a57caf53ba35268d9518cdf5f5678450eed37.tar.gz elgg-8c3a57caf53ba35268d9518cdf5f5678450eed37.tar.bz2 |
Fix gitmodule URLs
-rw-r--r-- | .gitmodules | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules index 1e3e96022..39a2241e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -144,25 +144,25 @@ url = git://gitorious.org/lorea/elgg-favorites.git [submodule "mod/elgg-ostatus"] path = mod/elgg-ostatus - url = git://gitorious.org:lorea/elgg-ostatus.git + url = git://gitorious.org/lorea/elgg-ostatus.git [submodule "mod/elgg-webfinger"] path = mod/elgg-webfinger - url = git://gitorious.org:lorea/elgg-webfinger.git + url = git://gitorious.org/lorea/elgg-webfinger.git [submodule "mod/beechat"] path = mod/beechat - url = git://gitorious.org:lorea/beechat.git + url = git://gitorious.org/lorea/beechat.git [submodule "mod/microthemes"] path = mod/microthemes - url = git://gitorious.org:lorea/microthemes.git + url = git://gitorious.org/lorea/microthemes.git [submodule "mod/simplepie"] path = mod/simplepie - url = git://gitorious.org:lorea/simplepie.git + url = git://gitorious.org/lorea/simplepie.git [submodule "mod/upgrade-tools"] path = mod/upgrade-tools - url = git://gitorious.org:lorea/upgrade-tools.git + url = git://gitorious.org/lorea/upgrade-tools.git [submodule "mod/livestream"] path = mod/livestream - url = git://gitorious.org:lorea/livestream.git + url = git://gitorious.org/lorea/livestream.git [submodule "mod/profile_widgets"] path = mod/profile_widgets url = git://gitorious.org/lorea/profile_widgets.git |