Skip to content

Commit

Permalink
Change TheClams/SystemVerilog submodule to use HTTPS
Browse files Browse the repository at this point in the history
Using SSH to fetch the submodule was causing build failures for me, and as mentioned in #1581, this should be changed to HTTPS
  • Loading branch information
msnspk authored and sharkdp committed Mar 27, 2021
1 parent d89fa3e commit 4384d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4384d25

Please sign in to comment.