From 7bc142c64a803bad5dae6a18d76341c370b759d5 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Thu, 23 Jan 2014 13:33:35 -0700 Subject: [PATCH] Move servo-android-glue submodule to mozilla-servo. For some reason the webconvforge organization is the cause of many API failures. They seem to be sporadic but no one has any idea why it happens. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9edf7dc893f..55b0809a06c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -115,4 +115,4 @@ url = https://github.com/mozilla-servo/rust-egl.git [submodule "src/platform/android/servo-android-glue"] path = src/platform/android/servo-android-glue - url = https://github.com/webconvforge/servo-android-glue.git + url = https://github.com/mozilla-servo/servo-android-glue.git