Update submodules for new org

This commit is contained in:
Kevin Sawicki 2016-03-31 16:49:15 -07:00
parent fdb138f79c
commit 5ffa30a563

8
.gitmodules vendored
View file

@ -1,21 +1,21 @@
[submodule "vendor/brightray"] [submodule "vendor/brightray"]
path = vendor/brightray path = vendor/brightray
url = https://github.com/atom/brightray.git url = https://github.com/electron/brightray.git
[submodule "vendor/node"] [submodule "vendor/node"]
path = vendor/node path = vendor/node
url = https://github.com/atom/node.git url = https://github.com/electron/node.git
[submodule "vendor/depot_tools"] [submodule "vendor/depot_tools"]
path = vendor/depot_tools path = vendor/depot_tools
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
[submodule "vendor/breakpad"] [submodule "vendor/breakpad"]
path = vendor/breakpad path = vendor/breakpad
url = https://github.com/atom/chromium-breakpad.git url = https://github.com/electron/chromium-breakpad.git
[submodule "vendor/native_mate"] [submodule "vendor/native_mate"]
path = vendor/native_mate path = vendor/native_mate
url = https://github.com/zcbenz/native-mate.git url = https://github.com/zcbenz/native-mate.git
[submodule "vendor/crashpad"] [submodule "vendor/crashpad"]
path = vendor/crashpad path = vendor/crashpad
url = https://github.com/atom/crashpad.git url = https://github.com/electron/crashpad.git
[submodule "vendor/requests"] [submodule "vendor/requests"]
path = vendor/requests path = vendor/requests
url = https://github.com/kennethreitz/requests url = https://github.com/kennethreitz/requests