From 8cf684c72ec581b0c85cff35d12ceb0e3d0de9db Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 4 Aug 2026 15:37:59 +0900 Subject: [PATCH] change remote url to https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index dc385e8..2524d71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "kyupy"] path = kyupy - url = git@git.vlab.cse.kyutech.ac.jp:stefan/kyupy.git + url = https://git.vlab.cse.kyutech.ac.jp/stefan/kyupy.git branch = devel