Skip to content

Commit

Permalink
Merge pull request #12 from choptastic/master
Browse files Browse the repository at this point in the history
Switch mimetypes to windows friendly version (probably temporary)
  • Loading branch information
choptastic committed Apr 30, 2012
2 parents 598f7e7 + b021b0e commit 7cc136c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -2,7 +2,7 @@
%% vim: ts=4 sw=4 et ft=erlang %% vim: ts=4 sw=4 et ft=erlang


{deps, [ {deps, [
{mimetypes, ".*", {git, "git://github.com/spawngrid/mimetypes.git", {tag, "HEAD"}}} {mimetypes, ".*", {git, "git://github.com/choptastic/mimetypes.git", {tag, "HEAD"}}}
]}. ]}.


{erl_opts, [fail_on_warning, debug_info]}. {erl_opts, [fail_on_warning, debug_info]}.
Expand Down

0 comments on commit 7cc136c

Please sign in to comment.