Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Update app description and properties
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Apr 30, 2017
1 parent aa1a100 commit eac3725
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/erlquad.app.src
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{application, erlquad,
[
{description, "Erlang quadtree"},
[{description, "Quadtrees for Erlang"},
{vsn, git},
{modules, [
erlquad
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},

{maintainers, ["Guilherme Andrade"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/g-andrade/erlquad"}]}
]}.

0 comments on commit eac3725

Please sign in to comment.