From 485120699d0b9c289485e3a4a9ad0c690986df6c Mon Sep 17 00:00:00 2001 From: Thomas Arts Date: Mon, 8 Jun 2020 09:37:15 +0200 Subject: [PATCH] Upstream has been fixed --- rebar.config | 2 +- rebar.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 3019fb524..2e163f9b7 100644 --- a/rebar.config +++ b/rebar.config @@ -34,7 +34,7 @@ {cowboy, {git, "git://github.com/ninenines/cowboy", {tag,"2.7.0"}}}, {jose, {git, "https://github.com/NYNJA-MC/jose-erlang.git", {ref, "7094018"}}}, {uuid, {git, "https://github.com/avtobiff/erlang-uuid.git",{branch,"master"}}}, - {enenra, {git, "git://github.com/NYNJA-MC/enenra", {branch, "master"}}}, + {enenra, {git, "git://github.com/nlfiedler/enenra", {branch, "master"}}}, {'qdate', {git, "https://github.com/enterprizing/qdate.git", {ref,"fba988fc54214bb37a3ce11d5c5a3cc68752c3ce"}}}, {redbug, {git, "https://github.com/massemanet/redbug.git", {tag, "2.0.1"}}} ]}. diff --git a/rebar.lock b/rebar.lock index d8809d78e..b43c9fd40 100644 --- a/rebar.lock +++ b/rebar.lock @@ -50,8 +50,8 @@ {ref,"1010714c50515ee31277f45ee4b274573a0b0cd7"}}, 0}, {<<"enenra">>, - {git,"git://github.com/NYNJA-MC/enenra", - {ref,"ff2f61ea8356e74b954264dbf88175ff532bbe5c"}}, + {git,"git://github.com/nlfiedler/enenra", + {ref,"e6ad391bf50dafee4fa719cc08316fcada7a188d"}}, 0}, {<<"envy">>, {git,"https://github.com/markan/envy.git", -- GitLab