Browse Source

fix buils

Namdak Tonpa 5 years ago
parent
commit
619e29fe09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rebar.config

+ 1 - 1
rebar.config

@@ -4,7 +4,7 @@
 {deps, [{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"master"}}},
         {kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"master"}}},
         {dec, ".*", {git, "git://github.com/erpuno/dec", {tag,"master"}}},
-        {bpe, ".*", {git, "git://github.com/erpuno/erp", {tag,"master"}}},
+        {bpe, ".*", {git, "git://github.com/erpuno/bpe", {tag,"master"}}},
         {erp, ".*", {git, "git://github.com/erpuno/erp", {tag,"master"}}},
         {jsone, ".*", {git, "git://github.com/sile/jsone", {tag,"master"}}},
         {syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"master"}}},