Fix dead supportlibs/jni.hpp submodule URL

The RetroShare/jni.hpp repo was renamed/recreated as RetroShare/jni-hpp
at some point; the old dotted-name repo's history no longer contains the
pinned commit, causing strict fetchers (e.g. Gentoo Portage) to fail with
"not our ref" and making the linked repo appear as a 404 dead link.

The CMake build already migrated to RetroShare/jni-hpp via FetchContent
(libretroshare/CMakeLists.txt); the qmake submodule reference was never
updated to match. Repoint it at the same URL, same pinned commit.

Fixes #3259
This commit is contained in:
kai 2026-07-19 16:05:33 +12:00
parent 3081f530ca
commit cf85f39755

2
.gitmodules vendored
View File

@ -20,7 +20,7 @@
url = https://github.com/i2p/libsam3.git
[submodule "supportlibs/jni.hpp"]
path = supportlibs/jni.hpp
url = https://github.com/RetroShare/jni.hpp.git
url = https://github.com/RetroShare/jni-hpp.git
[submodule "openpgpsdk"]
path = openpgpsdk
url = https://github.com/RetroShare/OpenPGP-SDK.git