From 168a2d5aca2fdbf6387ed71a516374955f940bc0 Mon Sep 17 00:00:00 2001 From: davidsastresas Date: Mon, 17 Apr 2023 01:26:24 +0200 Subject: [PATCH] .gitmodules: change android openssl remote to github.com/KDAB/android_openssl: It was pointing to an Auterion repo before. This Auterion repo didn't have any modification over the original, it has been like that for 3 years, so it makes sense to just point to the original one --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1858042..b707239 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = https://github.com/mavlink/c_library_v2.git [submodule "libs/OpenSSL/android_openssl"] path = libs/OpenSSL/android_openssl - url = https://github.com/Auterion/android_openssl + url = https://github.com/KDAB/android_openssl [submodule "libs/qmlglsink/gst-plugins-good"] path = libs/qmlglsink/gst-plugins-good url = https://github.com/mavlink/gst-plugins-good.git