From 5f1c70acef379310409eb28f94f2aefd0e5390bf Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 11 Nov 2023 02:14:30 +0700 Subject: gitmodules: use https instead of git scheme Using git scheme require private key to clone to remote repository. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index af51e19..0d3944a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "_www/wui"] path = _www/wui - url = git@git.sr.ht:~shulhan/wui + url = https://git.sr.ht/~shulhan/wui -- cgit v1.3