diff options
| author | Glenn Smith <glenn@vector35.com> | 2026-04-16 17:02:42 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2026-04-16 17:02:42 -0400 |
| commit | 19a72ab499a5c8f4177b62808921afad48d14fa2 (patch) | |
| tree | fe1ff18bec81eac9233a9b0ae39627c75e29096c | |
| parent | 6c34643b639607d7c0a652300bbdbc261fbe2388 (diff) | |
Make snippets submodule load over HTTPS instead of SSH
Loading over SSH breaks GitHub Actions, which does not have an SSH key configured
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index cb8b6811..80c4c603 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,4 +18,4 @@ url = https://github.com/intelxed/mbuild.git [submodule "plugins/snippets"] path = plugins/snippets - url = git@github.com:Vector35/snippets.git + url = https://github.com/Vector35/snippets.git |
