From 4384d25c79d1a2d089df0a1de60b264469415eea Mon Sep 17 00:00:00 2001 From: msnspk <39572231+msnspk@users.noreply.github.com> Date: Thu, 18 Mar 2021 12:14:13 -0500 Subject: [PATCH] Change TheClams/SystemVerilog submodule to use HTTPS Using SSH to fetch the submodule was causing build failures for me, and as mentioned in #1581, this should be changed to HTTPS --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 09231226..4b6bc34e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -218,4 +218,4 @@ url = https://github.com/hesstobi/sublime_gnuplot [submodule "assets/syntaxes/02_Extra/SystemVerilog"] path = assets/syntaxes/02_Extra/SystemVerilog - url = git@github.com:TheClams/SystemVerilog.git + url = https://github.com/TheClams/SystemVerilog.git