From 9afe5688b8150d649986a5ba2dd715ea33c8f507 Mon Sep 17 00:00:00 2001 From: Patrick Ferris Date: Mon, 20 May 2024 13:38:38 +0100 Subject: [PATCH] Fix broken rev-dep URLs --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8dd18b96..a493a19f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -144,7 +144,7 @@ url = https://github.com/LexiFi/gen_js_api.git [submodule "rev-deps/gospel"] path = rev-deps/gospel - url = git://github.com/pitag-ha/gospel + url = https://github.com/pitag-ha/gospel [submodule "rev-deps/hack_parallel"] path = rev-deps/hack_parallel url = https://github.com/rvantonder/hack_parallel.git @@ -255,7 +255,7 @@ url = https://github.com/ocaml-ppx/ppx_deriving_protobuf.git [submodule "rev-deps/ppx_deriving_rpc"] path = rev-deps/ppx_deriving_rpc - url = git://github.com/mirage/ocaml-rpc + url = https://github.com/mirage/ocaml-rpc [submodule "rev-deps/ppx_deriving_scad"] path = rev-deps/ppx_deriving_scad url = https://github.com/geoffder/ppx_deriving_scad.git @@ -315,7 +315,7 @@ url = https://github.com/mirage/repr.git [submodule "rev-deps/ppx_seq"] path = rev-deps/ppx_seq - url = https://git.sr.ht/~hyphens/ppx_seq + url = https://git.sr.ht/~hyphen/ppx_seq [submodule "rev-deps/ppx_show"] path = rev-deps/ppx_show url = https://github.com/thierry-martinez/ppx_show.git @@ -324,7 +324,7 @@ url = https://github.com/bloomberg/ppx_string_interpolation.git [submodule "rev-deps/ppx_units"] path = rev-deps/ppx_units - url = git://github.com/SGrondin/ppx_units + url = https://github.com/SGrondin/ppx_units [submodule "rev-deps/ppx_yojson"] path = rev-deps/ppx_yojson url = https://github.com/NathanReb/ppx_yojson.git