diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-05-02 21:27:07 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-05-02 21:37:17 +0100 |
commit | 3f6e346cfb9cce3e24c27c400e345eccc34697d9 (patch) | |
tree | d60076e1beee31c81e1f8a604f46b4fa0270d83b /.gitmodules | |
parent | 94f7d92631d87f968ffd559b2302aa1eb7cf840c (diff) |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |