From ba698f3f98b768d89a9c8d8149c62a35f587010b Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Sun, 22 Apr 2018 06:43:59 -0400 Subject: [PATCH] .gitmodules: Update submodules to new obsproject org Closes obsproject/obs-studio#1270 --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 632c38ecf..498a34629 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "plugins/win-dshow/libdshowcapture"] path = plugins/win-dshow/libdshowcapture - url = https://github.com/jp9000/libdshowcapture.git + url = https://github.com/obsproject/libdshowcapture.git [submodule "plugins/mac-syphon/syphon-framework"] path = plugins/mac-syphon/syphon-framework url = https://github.com/palana/Syphon-Framework.git @@ -9,10 +9,10 @@ url = https://github.com/Xaymar/obs-studio_amf-encoder-plugin.git [submodule "plugins/obs-browser"] path = plugins/obs-browser - url = https://github.com/kc5nra/obs-browser.git + url = https://github.com/obsproject/obs-browser.git [submodule "plugins/obs-vst"] path = plugins/obs-vst - url = https://github.com/DDRBoxman/obs-vst.git + url = https://github.com/obsproject/obs-vst.git [submodule "plugins/obs-outputs/ftl-sdk"] path = plugins/obs-outputs/ftl-sdk url = https://github.com/Mixer/ftl-sdk.git