diff options
| author | Ryan Snyder <ryan@vector35.com> | 2019-05-30 21:43:05 -0400 |
|---|---|---|
| committer | Ryan Snyder <ryan@vector35.com> | 2019-05-30 21:43:05 -0400 |
| commit | 6b85d3301721dd834f8d52ec19260e536169b7fc (patch) | |
| tree | 35613c9caa224cd87bcdf56f2e1516d43935e8d0 /.gitmodules | |
| parent | 9b4ab06dfce606a23af9077856cf222b244e15ea (diff) | |
git: ensure consistency of submodule urls
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index ad0f3040..69869a8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/Vector35/BinaryTestCases.git [submodule "sphinx_rtd_theme"] path = sphinx_rtd_theme - url = git@github.com:Vector35/sphinx_rtd_theme.git + url = https://github.com/Vector35/sphinx_rtd_theme.git |
