From beaf37f30e20d70c0bfc444fe35b28fdb9b374aa Mon Sep 17 00:00:00 2001 From: Animesh Agrawal Date: Sun, 26 Dec 2021 18:14:40 +0530 Subject: [PATCH] Use https for submodule path instead of ssh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index be860d41..e8176fea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -133,4 +133,4 @@ url = https://github.com/ucb-bar/ibex-wrapper [submodule "generators/FFTGenerator"] path = generators/FFTGenerator - url = git@github.com:AnimeshAgrawal/FFTGenerator.git + url = https://github.com/AnimeshAgrawal/FFTGenerator.git