2021-01-24 19:18:03 +00:00
committed by Git OBS Bridge
parent a5abfc5c33
commit 21602a3969

15
noinflux.patch Normal file
View File

@@ -0,0 +1,15 @@
diff --git a/rebar.config b/rebar.config
index ce1eb26..da5df52 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,8 +3,8 @@
{deps,
[{stun, {git, "https://github.com/processone/stun.git", {tag, "1.0.41"}}},
{conf, {git, "https://github.com/processone/conf.git", {tag, "0.1.1"}}},
- {recon, {git, "https://github.com/ferd/recon.git", {tag, "2.5.1"}}},
- {influx_udp, {git, "https://github.com/palkan/influx_udp.git", {tag, "v1.1.0"}}}]}.
+ {recon, {git, "https://github.com/ferd/recon.git", {tag, "2.5.1"}}}
+ ]}.
{relx,
[{release, {eturnal, {cmd, "scripts/get-version"}},