Files
erlang-mini_s3/PATCH001-remove-dependencies-from-rebar.config-file.patch

9 lines
316 B
Diff
Raw Permalink Normal View History

--- rebar.config 2013-04-22 14:28:07.570378087 +0200
+++ rebar.config.patched 2013-04-24 10:15:31.414793611 +0200
@@ -1,5 +1,3 @@
{deps, [
- {ibrowse, ".*", {git, "git://github.com/opscode/ibrowse",
- {tag, "v4.0.1.1"}}}
]}.
{erl_opts, [warnings_as_errors, debug_info]}.