From f003b627d33c70abb73d14439aea2911f98d2825 Mon Sep 17 00:00:00 2001 From: Tomohisa Tanaka Date: Mon, 14 Aug 2023 21:39:33 +0900 Subject: [PATCH] Use the HTTPS protocol for the submodules (#1) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3a9a4aa..ad8f469 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lighter"] path = lighter - url = git@github.com:maroontress/lighter.git + url = https://github.com/maroontress/lighter.git