mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
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:
parent
3081f530ca
commit
cf85f39755
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user