aboutsummaryrefslogtreecommitdiffstats
path: root/src/relx.app.src
blob: c8915d5287b40df2bdc8ff157d18e23563a1da16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{application,relx,
             [{description,"Release assembler for Erlang/OTP Releases"},
              {vsn,"git"},
              {modules,[]},
              {registered,[]},
              {applications,[kernel,stdlib,getopt,erlware_commons,bbmustache,
                             providers]},
              {maintainers,["Eric Merritt","Tristan Sloughter",
                            "Jordan Wilberding"]},
              {licenses,["Apache"]},
              {links,[{"Github","https://github.com/erlware/relx"}]}]}.