From f69e1947c718cd50c6c33ca7a72f1787fd7b517b Mon Sep 17 00:00:00 2001 From: John Newby Date: Fri, 9 Aug 2019 06:21:45 +0200 Subject: [PATCH] Fixed to use aeternity repo as source --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 8e33e94..c461d22 100644 --- a/rebar.config +++ b/rebar.config @@ -8,13 +8,13 @@ %% ecrecover prebuilt libraries {ecrecoverprebuilt, {ecrecoverprebuilt_app_with_priv_from_git, - {git, "https://github.com/johnsnewby/ecrecover-prebuilt.git", + {git, "https://github.com/aeternity/ecrecover-prebuilt.git", {ref, "93569ca272e59682366cdf3c7ed2ee991540701a"}}}} ]}. {plugins, [{rebar_ecrecoverprebuilt_dep, - {git, "https://github.com/johnsnewby/rebar3-ecrecover-prebuilt-plugin.git", - {ref, "7a88c7727ee436c849ecabe4ff9d39d15a879d79"}}} + {git, "https://github.com/aeternity/rebar3-ecrecover-prebuilt-plugin.git", + {ref, "f982da061c5f2e0ffbf1ad58ac25b3b32e182b01"}}} ]}. %%{profiles, [{test, [{deps, [{meck, "0.8.12"}]}]}]}.