From 53961e4dc20cacbb4955d28bf6f4b4e59f665ae5 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 16 Jan 2026 11:18:46 +0100 Subject: [PATCH] Use the full GitHub url for submodules. This is necessary to build this repository in our internal mirror. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a511bbb0ff18..2cdc601ebed1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "external/Xamarin.MacDev"] path = external/Xamarin.MacDev - url = ../../dotnet/macios-devtools + url = https://github.com/dotnet/macios-devtools branch = main