From dfe40366c1ef5e9140c8192808ac738bbc166def Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Mon, 4 Mar 2019 08:57:28 -0500
Subject: [PATCH] moved submodules to opensrc location

---
 .gitmodules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 357a8d7de..4e6c2d955 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -15,9 +15,9 @@
 [submodule "zipr"]
 	path = zipr
 	url = git@git.zephyr-software.com:allzp/zipr.git
-[submodule "zipr_sdk"]
+[submodule "zipr-sdk"]
 	path = zipr-sdk
-	url = git@git.zephyr-software.com:allnp/zipr_sdk.git
+	url = git@git.zephyr-software.com:opensrc/zipr-sdk.git
 [submodule "daffy"]
 	path = daffy
 	url = git@git.zephyr-software.com:allnp/daffy.git
@@ -50,7 +50,7 @@
 	url = git@git.zephyr-software.com:allnp/zipr_install.git
 [submodule "irdb-sdk"]
 	path = irdb-sdk
-	url = git@git.zephyr-software.com:allnp/irdb-sdk.git
+	url = git@git.zephyr-software.com:opensrc/irdb-sdk.git
 [submodule "irdb-libs/libcapstone"]
 	path = irdb-libs/third_party/capstone
 	url = https://github.com/aquynh/capstone.git
-- 
GitLab