Skip to content

Commit

Permalink
Merge pull request #9 from nalundgaard/hex_metadata
Browse files Browse the repository at this point in the history
Add hex metadata to .app.src
  • Loading branch information
nalundgaard authored Aug 23, 2017
2 parents 013989e + d211361 commit 2431de0
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/jsn.app.src
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
%%------------------------------------------------------------------------------
%% @doc jsn
%%
%% OTP Application Definition
%%
%% @author Nicholas Lundgaard <[email protected]>
%%------------------------------------------------------------------------------
{application, jsn, [
{description, "Utilities for interacting with decoded JSON in erlang"},
{vsn, git},
{vsn, "1.0.3"}, %% <- need to set this appropriately when publishing to hex.pm
{applications, [kernel,
stdlib,
jsonx]}
jsonx]},
{maintainers, ["Nicholas Lundgaard", "Mark Allen"]},
{licenses, ["Apache 2"]},
{links, [{"Github", "https://github.com/nalundgaard/jsn"}]}
]}.
% vim:ft=erlang

0 comments on commit 2431de0

Please sign in to comment.