diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-02-28 16:22:37 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-02-28 16:22:37 +0000 |
commit | 8c19325f1afe2d8e98bf134e237e68a92294b75a (patch) | |
tree | d84855be28ae0eaec79f70923cd1d41626ef2e9e | |
parent | 03fa989be37256a5218ae1f4605ac1f54113a6a5 (diff) |
gitmodules: update submodule URLs
They've moved to fdo now.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index aae2a2272..d8ca620f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "lib/ext/wocky"] path = lib/ext/wocky - url = git://git.collabora.co.uk/git/wocky.git + url = git://anongit.freedesktop.org/wocky [submodule "lib/ext/telepathy-yell"] path = lib/ext/telepathy-yell - url = git://git.collabora.co.uk/git/telepathy-yell.git + url = git://anongit.freedesktop.org/telepathy/telepathy-yell |