Browse Source

remove goldrush

Maxim Sokhatsky 11 years ago
parent
commit
395b7d263d
1 changed files with 1 additions and 2 deletions
  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"}}}
        ]}.