From c1db17e2e3e9670aadd7ef62f0a96739a7979a12 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Sun, 20 Jul 2025 21:05:15 -0400 Subject: [PATCH] Updated submodules to use https:// vs git@ (#129) Anonymous cloning is more difficult with git@ (it requires per user SSH keys), which makes CI automation more difficult. This commit reverts to using https:// as it was before #112