From cf85f3975521689d73cc28bdcf3ed9da3a6361c8 Mon Sep 17 00:00:00 2001 From: kai Date: Sun, 19 Jul 2026 16:05:33 +1200 Subject: [PATCH] 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 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d935e1464..333343e14 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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