diff options
author | Kenneth Bell <[email protected]> | 2023-08-07 08:30:30 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-08-07 10:29:31 +0200 |
commit | 72270f90529a4f138517ce6c5a15095b0c625079 (patch) | |
tree | 5040dce2ffae0062244ad4cf36b81dfb40222095 /.gitmodules | |
parent | 67ec722a741307cc9565251fd5a18765e79c5977 (diff) | |
download | tinygo-72270f90529a4f138517ce6c5a15095b0c625079.tar.gz tinygo-72270f90529a4f138517ce6c5a15095b0c625079.zip |
all: use https for renesas submodule #3856
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index bcb76966b..857acaf46 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,4 +33,4 @@ url = https://github.com/aykevl/macos-minimal-sdk.git [submodule "lib/renesas-svd"] path = lib/renesas-svd - url = [email protected]:tinygo-org/renesas-svd.git + url = https://github.com/tinygo-org/renesas-svd.git |