From e6c2b61f5d016e365dcfe21f9869829dd9aea6c7 Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Mon, 6 Oct 2014 20:19:02 -0400 Subject: [PATCH] Change submodule urls to https --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4c55857..b80aa0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "zedboard/fpga-images-zedboard"] path = zedboard/fpga-images-zedboard - url = git@github.com:ucb-bar/fpga-images-zedboard.git + url = https://github.com/ucb-bar/fpga-images-zedboard.git [submodule "zybo/fpga-images-zybo"] path = zybo/fpga-images-zybo - url = git@github.com:ucb-bar/fpga-images-zybo.git + url = https://github.com/ucb-bar/fpga-images-zybo.git [submodule "common/u-boot-xlnx"] path = common/u-boot-xlnx url = https://github.com/Xilinx/u-boot-xlnx.git @@ -14,4 +14,4 @@ branch = master-next [submodule "zc706/fpga-images-zc706"] path = zc706/fpga-images-zc706 - url = git@github.com:ucb-bar/fpga-images-zc706.git + url = https://github.com/ucb-bar/fpga-images-zc706.git