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
This commit is contained in:
msnspk 2021-03-18 12:14:13 -05:00 committed by David Peter
parent d89fa3ebc2
commit 4384d25c79
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

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