diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-11 02:14:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-11 02:14:30 +0700 |
| commit | 5f1c70acef379310409eb28f94f2aefd0e5390bf (patch) | |
| tree | 3657ef2002f76e26db23df0969dfd32aefb8c572 | |
| parent | d7f511f688edcfd9602147bcbbb3658345f3edb4 (diff) | |
| download | gorankusu-5f1c70acef379310409eb28f94f2aefd0e5390bf.tar.xz | |
gitmodules: use https instead of git scheme
Using git scheme require private key to clone to remote repository.
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
