From 3f6e346cfb9cce3e24c27c400e345eccc34697d9 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 2 May 2024 21:27:07 +0100 Subject: Use https for stemlib submodule. Using SSH requires the end-user has both a github account and an SSH key enrolled into it which may be inconvenient or impossible. Using https ensures the submodule can be cloned without needing to have a github account with a configured SSH key. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cf2ae3c..0752188 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/jothepro/doxygen-awesome-css.git [submodule "stemlib"] path = stemlib - url = git@github.com:ret2pop/stemlib + url = https://github.com/ret2pop/stemlib.git -- cgit