Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Apr 4, 2012
1 parent 4191768 commit 6420190
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions agner.config
@@ -1,10 +1,7 @@
{name, "[Package Name]"}.
{authors, ["[Author Name] <[Author Email]>"]}.
{description, "[Package Synopsis]"}.
{homepage, "[Package Homepage]"}.
{name, "Folsom"}.
{authors, ["Joe Williams <williams.joe@gmail.com>"]}.
{description, "Expose Erlang Events and Metrics"}.
{homepage, "https://github.com/boundary/folsom"}.
{rebar_compatible, true}.
{license, "[Package License]", "[Optional Package License File]"}.
{url, {git, "[Package Git URL]", [Package Git Ref]}}. % Ref is either "[sha1]", or {tag, "[tag name]"} or {branch, "[BranchName]"}
%% url also accepts {hg, "[Package Hg URL]", "[Package Hg Rev]"}
%% {svn, "[Package SVN URL]", "[Package SVN Rev]"}
{url, {git, "https://github.com/boundary/folsom.git", {branch, "master"}}}.
{applications, []}.

0 comments on commit 6420190

Please sign in to comment.