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
pull/1608/merge
msnspk 3 years ago committed by David Peter
parent d89fa3ebc2
commit 4384d25c79

2
.gitmodules vendored

@ -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

Loading…
Cancel
Save