From: tobtoht Date: Mon, 7 Feb 2022 19:05:03 +0000 (+0100) Subject: Fix monero-seed repo url X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=51f9d491206fa15b0e8e02b4145c80611b665572;p=gamesguru%2Ffeather.git Fix monero-seed repo url --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9da9ed82..768f0d96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ find_package(monero-seed CONFIG) if(NOT monero-seed_FOUND) if(FETCH_DEPS) FetchContent_Declare(monero-seed - GIT_REPOSITORY https://github.com/feather-wallet/feather.git) + GIT_REPOSITORY https://github.com/feather-wallet/monero-seed.git) FetchContent_GetProperties(monero-seed) if(NOT monero-seed_POPULATED) message(STATUS "Fetching monero-seed")