Browse Source

fix build

Namdak Tonpa 5 years ago
parent
commit
00dc580895
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rebar.config

+ 2 - 1
rebar.config

@@ -3,7 +3,8 @@
 {erl_first_files, ["rest.erl"]}.
 {erl_first_files, ["rest.erl"]}.
 {deps, [{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"master"}}},
 {deps, [{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"master"}}},
         {kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"master"}}},
         {kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"master"}}},
-        {erp, ".*", {git, "git://github.com/enterprizing/erp", {tag,"master"}}},
+        {dec, ".*", {git, "git://github.com/erpuno/dec", {tag,"master"}}},
+        {erp, ".*", {git, "git://github.com/erpuno/erp", {tag,"master"}}},
         {jsone, ".*", {git, "git://github.com/sile/jsone", {tag,"master"}}},
         {jsone, ".*", {git, "git://github.com/sile/jsone", {tag,"master"}}},
         {syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"master"}}},
         {syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"master"}}},
         {cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", {tag,"master"}}}]}.
         {cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", {tag,"master"}}}]}.