summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsnspk <39572231+msnspk@users.noreply.github.com>2021-03-18 12:14:13 -0500
committerDavid Peter <sharkdp@users.noreply.github.com>2021-03-27 11:05:00 +0100
commit4384d25c79d1a2d089df0a1de60b264469415eea (patch)
tree63edec57c0dd1f94282a0d9d1331fbb2e585e028
parentd89fa3ebc2639375b0184437607003a639d8ecef (diff)
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
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
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