aboutsummaryrefslogtreecommitdiffstats
path: root/src/relx.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'src/relx.app.src')
-rw-r--r--src/relx.app.src6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/relx.app.src b/src/relx.app.src
index 3e2b493..d54a7bf 100644
--- a/src/relx.app.src
+++ b/src/relx.app.src
@@ -23,4 +23,8 @@
{vsn, "semver"},
{modules, []},
{registered, []},
- {applications, [kernel, stdlib, getopt, erlware_commons, providers]}]}.
+ {applications, [kernel, stdlib, getopt, erlware_commons, bbmustache, providers]},
+
+ {contributors, ["Eric Merritt", "Tristan Sloughter", "Jordan Wilberding"]},
+ {licenses, ["Apache"]},
+ {links, [{"Github", "https://github.com/erlware/relx"}]}]}.