Skip to content

Commit

Permalink
Update Hex package information for Rebar 3
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Jun 29, 2017
1 parent 28df819 commit 13f0a6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 53 deletions.
45 changes: 0 additions & 45 deletions package.exs

This file was deleted.

21 changes: 13 additions & 8 deletions src/meck.app.src
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
%% -*- mode: erlang; -*-
{application, meck,
[{description, "A mocking framework for Erlang"},
{vsn, "0.8.6"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, tools]},
{env, []}]}.
{application, meck, [
{description, "A mocking framework for Erlang"},
{vsn, "0.8.6"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, tools]},
{env, []},

% Hex.pm
{maintainers, ["Adam Lindberg"]},
{licenses, ["Apache 2.0"]},
{links, [{"GitHub", "https://github.com/eproxus/meck"}]}
]}.

0 comments on commit 13f0a6f

Please sign in to comment.