]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Fix monero-seed repo url
authortobtoht <thotbot@protonmail.com>
Mon, 7 Feb 2022 19:05:03 +0000 (20:05 +0100)
committertobtoht <thotbot@protonmail.com>
Mon, 7 Feb 2022 19:05:03 +0000 (20:05 +0100)
CMakeLists.txt

index 9da9ed82270c494a90edbc66aa15e44eb4f53b0a..768f0d963b01c06ba2d83404966b99dfb536fd70 100644 (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")