summaryrefslogtreecommitdiff
path: root/priv/templates/otp_app.app.src.dtl
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/otp_app.app.src.dtl')
-rw-r--r--priv/templates/otp_app.app.src.dtl7
1 files changed, 3 insertions, 4 deletions
diff --git a/priv/templates/otp_app.app.src.dtl b/priv/templates/otp_app.app.src.dtl
index 0af909f..5188f56 100644
--- a/priv/templates/otp_app.app.src.dtl
+++ b/priv/templates/otp_app.app.src.dtl
@@ -1,9 +1,8 @@
-{application, {{appid}},
- [
- {description, "{{appid}}"}
+{application, {{name}},
+ [{description, "{{desc}}"}
,{vsn, "0.1.0"}
,{registered, []}
- ,{mod, {'{{appid}}_app', []}}
+ ,{mod, {'{{name}}_app', []}}
,{applications,
[kernel
,stdlib