Maxim Sokhatsky 11 лет назад
Родитель
Сommit
395b7d263d
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      rebar.config

+ 1 - 2
rebar.config

@@ -1,4 +1,3 @@
 {deps, [
-        {getopt, ".*",   {git, "git://github.com/jcomellas/getopt.git", {tag, "v0.8.2"}}},
-        {goldrush, ".*", {git, "https://github.com/metachord/goldrush.git", master}}
+        {getopt, ".*",   {git, "git://github.com/jcomellas/getopt.git", {tag, "v0.8.2"}}}
        ]}.