From 51f9d491206fa15b0e8e02b4145c80611b665572 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Mon, 7 Feb 2022 20:05:03 +0100 Subject: [PATCH] Fix monero-seed repo url --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9da9ed8..768f0d9 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")