From a6b700a45db2047ce3c5f3a62962f602e06bfc6c Mon Sep 17 00:00:00 2001 From: Cheng Date: Wed, 28 Aug 2024 10:21:12 +0000 Subject: [PATCH] still fiddling with git attributes, so that cloning recurse-submodules will work with both http and ssh --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 96a5d30..a63383b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "libsodium"] path = libsodium - url = git://rho.la/libsodium.git + url = ../libsodium.git branch = rho-fork [submodule "mpir"] path = mpir - url = git://rho.la/mpir.git + url = ../mpir.git branch = rho-fork [submodule "wxWidgets"] path = wxWidgets - url = git://rho.la/wxWidgets.git + url = ../wxWidgets.git branch = rho-fork