Update bitdht and openpgpsdk repository URLs

This commit is contained in:
Gioacchino Mazzurco 2022-01-17 19:20:51 +01:00
parent f45f70415f
commit 04f8609e51
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -6,3 +6,6 @@ build
# Ignore Gradle local options
local.properties
# Ignore Qt Creator local CMake configuration
CMakeLists.txt.user

View File

@ -187,7 +187,7 @@ if(EXISTS "${OPENPGPSDK_DEVEL_DIR}/.git" )
else()
FetchContent_Declare(
openpgpsdk
GIT_REPOSITORY "https://gitlab.com/RetroShare/openpgpsdk.git"
GIT_REPOSITORY "https://gitlab.com/RetroShare/OpenPGP-SDK.git"
GIT_TAG "origin/master"
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
@ -211,7 +211,7 @@ if(RS_BITDHT)
else()
FetchContent_Declare(
bitdht
GIT_REPOSITORY "https://gitlab.com/RetroShare/bitdht.git"
GIT_REPOSITORY "https://gitlab.com/RetroShare/BitDHT.git"
GIT_TAG "origin/master"
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE