Fix monero-seed repo url

This commit is contained in:
tobtoht 2022-02-07 20:05:03 +01:00
parent a27662f2b4
commit 51f9d49120
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -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")