From 4c2e77fed5de7df46cdeed18de6c6f5d80650ea7 Mon Sep 17 00:00:00 2001 From: JackH Date: Thu, 1 Feb 2024 12:02:28 +0000 Subject: [PATCH] Update submod to not require ssh key --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1681cc1..2c34cd7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,4 +9,4 @@ url = https://github.com/Xilinx/device-tree-xlnx/ [submodule "software/zynq/katcp_devel"] path = software/zynq/katcp_devel - url = git@github.com:realtimeradio/katcp_devel + url = https://github.com/realtimeradio/katcp_devel