From 5b6daa7b12966e9b6cee449f19aeeead6a8399f0 Mon Sep 17 00:00:00 2001 From: ZeWaka Date: Wed, 9 Sep 2020 10:32:30 -0700 Subject: [PATCH] Sets the submodule to use HTTPS by default. Does not impact existing installations in my testing. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1cd7a2cda2c41..a5deeed7157c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "+secret"] path = +secret - url = git@github.com:goonstation/goonstation-secret.git + url = https://github.com/goonstation/goonstation-secret.git