summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2026-04-16 17:02:42 -0400
committerGlenn Smith <glenn@vector35.com>2026-04-16 17:02:42 -0400
commit19a72ab499a5c8f4177b62808921afad48d14fa2 (patch)
treefe1ff18bec81eac9233a9b0ae39627c75e29096c
parent6c34643b639607d7c0a652300bbdbc261fbe2388 (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--.gitmodules2
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