diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-01-10 22:58:02 -0500 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-05-22 09:04:57 -0500 |
| commit | 5968258d2ce5b1b9c47ca140ddeab53f697e7e5f (patch) | |
| tree | a24224bd62eeddc165845b59ca4ba4511b8f3bd1 /.gitmodules | |
| parent | 8c91bab60f972311a8959f7630943c59e94e1dbc (diff) | |
convert submodule definitions to https (#17)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 5bea84c42..7f3c9787e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "libultraship"] path = libultraship - url = git@github.com:louist103/libultraship.git + url = https://github.com/louist103/libultraship.git [submodule "OTRExporter"] path = OTRExporter - url = git@github.com:louist103/OTRExporter.git + url = https://github.com/louist103/OTRExporter.git [submodule "ZAPDTR"] path = ZAPDTR - url = git@github.com:louist103/ZAPDTR.git + url = https://github.com/louist103/ZAPDTR.git |
