diff options
author | Hop311 <hop3114@gmail.com> | 2023-09-25 17:43:08 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-09-25 17:43:08 +0200 |
commit | fadabd3e19605a7f30ee7e3dd1453f21384dd662 (patch) | |
tree | b604cab622dbdaff4ae717cf84b0e8f1d8fa7517 /.gitmodules | |
parent | a3bdf1782588f384e0abb27ddb6b497e926c18cf (diff) |
Fixed scripts submodule URL
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index a11fda2..e7ef8d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/OpenVicProject/OpenVic-Simulation [submodule "scripts"] path = scripts - url = git@github.com:OpenVicProject/scripts + url = https://github.com/OpenVicProject/scripts |