Browse Source

upd rebar.config - deps to fork

221V 1 year ago
parent
commit
e9bb0f22bd
1 changed files with 5 additions and 5 deletions
  1. 5 5
      rebar.config

+ 5 - 5
rebar.config

@@ -1,11 +1,11 @@
 {lib_dirs, ["deps",".."]}.
 {lib_dirs, ["deps",".."]}.
 {deps_dir, ["deps"]}.
 {deps_dir, ["deps"]}.
 {deps, [
 {deps, [
-    {nitro,         ".*", {git, "git@github.com:synrc/nitro.git",         {tag,"2.4"}}},
-    {n2o,           ".*", {git, "git@github.com:synrc/n2o.git",           {tag,"4.4"}}},
-    {kvs,           ".*", {git, "git@github.com:synrc/kvs.git",           {tag,"3.9.1"}}},
-    {erlydtl,       ".*", {git, "git@github.com:evanmiller/erlydtl.git",  {tag,"0.8.0"}}},
-    {oauth,         ".*", {git, "git@github.com:tim/erlang-oauth.git",    {tag, "v1.6.0"}}}
+    {nitro,         ".*", {https, "https://github.com/221V/nitro_2.4.git",      {branch, "master"}}},  %{nitro,         ".*", {git, "git@github.com:synrc/nitro.git",         {tag, "2.4"}}},
+    {n2o,           ".*", {https, "https://git.4dev.win/n4u/n4u.git",           {tag, "4.4"}}},        %{n2o,           ".*", {git, "git@github.com:synrc/n2o.git",           {tag, "4.4"}}},
+    {kvs,           ".*", {https, "https://git.4dev.win/n4u/kvs.git",           {tag, "3.9.1"}}},      %{kvs,           ".*", {git, "git@github.com:synrc/kvs.git",           {tag, "3.9.1"}}},
+    {erlydtl,       ".*", {https, "https://git.4dev.win/n4u/erlydtl.git",       {tag, "0.8.0"}}},      %{erlydtl,       ".*", {git, "git@github.com:evanmiller/erlydtl.git",  {tag, "0.8.0"}}},
+    {oauth,         ".*", {https, "https://git.4dev.win/n4u/erlang-oauth.git",  {tag, "v1.6.0"}}}      %{oauth,         ".*", {git, "git@github.com:tim/erlang-oauth.git",    {tag, "v1.6.0"}}}
 ]}.
 ]}.
 {erlydtl_opts, [
 {erlydtl_opts, [
     {doc_root,   "priv"},
     {doc_root,   "priv"},