diff options
author | Bryan Paxton <starbelly@pobox.com> | 2019-01-18 14:43:15 -0600 |
---|---|---|
committer | Bryan Paxton <starbelly@pobox.com> | 2019-01-18 16:09:15 -0600 |
commit | b32a7a77fafd0a51c510b07c66170de5e0d6e85d (patch) | |
tree | 0ac342073b6f19a68bdc082bb58aab84feb061d7 /priv | |
parent | c934ccca297748ad114667a682904af774899a94 (diff) |
update template moving maintainers into extras field
Diffstat (limited to 'priv')
-rw-r--r-- | priv/templates/otp_app.app.src | 1 | ||||
-rw-r--r-- | priv/templates/otp_lib.app.src | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/priv/templates/otp_app.app.src b/priv/templates/otp_app.app.src index 6040089..f6e9d45 100644 --- a/priv/templates/otp_app.app.src +++ b/priv/templates/otp_app.app.src @@ -11,7 +11,6 @@ {env,[]}, {modules, []}, - {maintainers, []}, {licenses, ["Apache 2.0"]}, {links, []} ]}. diff --git a/priv/templates/otp_lib.app.src b/priv/templates/otp_lib.app.src index aa31966..d14752f 100644 --- a/priv/templates/otp_lib.app.src +++ b/priv/templates/otp_lib.app.src @@ -9,7 +9,6 @@ {env,[]}, {modules, []}, - {maintainers, []}, {licenses, ["Apache 2.0"]}, {links, []} ]}. |