commit 717c641f3225c9d29345f3855c1f9428e77f1ae5 parent 7f721e08e15a21cd9799e038d6cc11e3d9d604bc Author: falkTX <falktx@falktx.com> Date: Sat, 1 May 2021 14:57:10 +0100 Use https for pugl as git submodule Signed-off-by: falkTX <falktx@falktx.com> Diffstat:
M | .gitmodules | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,3 @@ [submodule "dgl/src/pugl-upstream"] path = dgl/src/pugl-upstream - url = git@github.com:lv2/pugl.git + url = https://github.com/lv2/pugl.git