Commit 6c33d0c8 authored by Dominik Charousset's avatar Dominik Charousset

Use HTTPS URL for all submodules

Since the SSH URL will not work for users that do not have a GitHub account, we
only use the HTTPS version.
parent 427fd6d7
......@@ -9,7 +9,7 @@
url = https://github.com/actor-framework/opencl.git
[submodule "libcaf_riac"]
path = libcaf_riac
url = git@github.com:actor-framework/riac.git
url = https://github.com/actor-framework/riac.git
[submodule "cash"]
path = cash
url = git@github.com:actor-framework/cash.git
url = https://github.com/actor-framework/cash.git
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment