Files
erlang-stats_hero/PATCH01-remove-dependencies-from-rebar.config-file.patch

16 lines
409 B
Diff

--- rebar.config 2013-04-22 17:00:24.034061753 +0200
+++ rebar.config.patched 2013-04-25 10:34:02.735325384 +0200
@@ -2,12 +2,6 @@
%% ex: ts=4 sw=4 ft=erlang et
{deps, [
-
- {meck, ".*",
- {git, "git://github.com/eproxus/meck.git", {branch, "master"}}},
-
- {edown, ".*",
- {git, "git://github.com/seth/edown.git", {branch, "master"}}}
]}.
{cover_enabled, true}.