Browse Source

.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
QGC4.4
davidsastresas 2 years ago committed by Philipp Borgers
parent
commit
168a2d5aca
  1. 2
      .gitmodules

2
.gitmodules vendored

@ -6,7 +6,7 @@ @@ -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

Loading…
Cancel
Save