Browse Source

upd rebar.config github links schema

221V 1 year ago
parent
commit
f851fc7984
1 changed files with 3 additions and 2 deletions
  1. 3 2
      rebar.config

+ 3 - 2
rebar.config

@@ -1,3 +1,4 @@
 {deps_dir,"deps"}.
-{deps, [%{ling, ".*", {git, "git://github.com/cloudozer/ling", {tag, "master"}}},
-        {sh, ".*",   {git, "git://github.com/synrc/sh",       {tag, "1.9"}}}]}.
+{deps, [%{ling, ".*", {git, "git@github.com:cloudozer/ling", {tag, "master"}}},
+        {sh, ".*",   {git, "git@github.com:synrc/sh",       {tag, "1.9"}}}
+       ]}.