diff options
Diffstat (limited to 'priv/templates/otp_app.app.src')
-rw-r--r-- | priv/templates/otp_app.app.src | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/priv/templates/otp_app.app.src b/priv/templates/otp_app.app.src index c18f82c..6040089 100644 --- a/priv/templates/otp_app.app.src +++ b/priv/templates/otp_app.app.src @@ -1,8 +1,9 @@ -{application, {{name}}, - [{description, "{{desc}}"}, +{{=@@ @@=}} +{application, @@name@@, + [{description, "@@desc@@"}, {vsn, "0.1.0"}, {registered, []}, - {mod, { {{name}}_app, []}}, + {mod, {@@name@@_app, []}}, {applications, [kernel, stdlib @@ -11,6 +12,6 @@ {modules, []}, {maintainers, []}, - {licenses, []}, + {licenses, ["Apache 2.0"]}, {links, []} ]}. |