From 6df02dbf22beb5433f68905159815d32c8c8f7a1 Mon Sep 17 00:00:00 2001 From: Padraic Shafer Date: Fri, 19 Dec 2025 03:37:59 -0800 Subject: [PATCH] Update submodule repo orgs (dev) --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 83d0626..ae9500f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "holoscan-framework"] path = holoscan-framework - url = git@github.com:NSLS2/holoscan-framework.git + url = git@github.com:nsls2/holoscan-framework.git branch = main [submodule "nsls2ptycho/core/ptycho"] path = src/nsls2ptycho/core/ptycho - url = git@github.com:NSLS-II/ptycho.git + url = git@github.com:nsls2/ptycho.git branch = HXN_development