commit | 2e579e2757ed9fc91665ddaf8c60e735f28d619d | [log] [tgz] |
---|---|---|
author | Johan Euphrosine <proppy@google.com> | Thu Feb 16 01:13:56 2023 +0900 |
committer | GitHub <noreply@github.com> | Thu Feb 16 01:13:56 2023 +0900 |
tree | 3a84552af04e337c885075c2317186b0d4b71b42 | |
parent | 7ec511f1a4689e174c63b3964d1ba8da9a3565e5 [diff] |
gitmodules: fix url to use https
diff --git a/.gitmodules b/.gitmodules index 3abb82d..ad3f0c8 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,3 +1,3 @@ [submodule "third_party/make-env"] path = third_party/make-env - url = git+ssh://github.com/SymbiFlow/make-env.git + url = https://github.com/SymbiFlow/make-env.git