diff options
| author | Vito Caputo <vcaputo@pengaru.com> | 2022-04-04 15:26:00 -0700 | 
|---|---|---|
| committer | Vito Caputo <vcaputo@pengaru.com> | 2022-04-04 15:26:00 -0700 | 
| commit | 0e08b4c1096e253a6b476aa4e8205ca3b03a7c4a (patch) | |
| tree | 6878a65ae61fbb1ed8db4ac91e3752b4b6702de9 /.gitmodules | |
| parent | 8272e969c05d3d9000ab07996e22b40490d14bdd (diff) | |
rototiller: switch submodule url to use https://
Slowly deprecating use of git:// urls ...
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 75d2efe..904b734 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@  [submodule "rototiller"]  	path = rototiller -	url = git://git.pengaru.com/rototiller +	url = https://git.pengaru.com/rototiller  | 
