diff options
| author | Fred Hebert <mononcqc@ferd.ca> | 2016-01-05 19:46:40 -0500 | 
|---|---|---|
| committer | Fred Hebert <mononcqc@ferd.ca> | 2016-01-05 19:46:40 -0500 | 
| commit | 9c0d819c126bf9fdfad9b688d7e385d0f15db6b4 (patch) | |
| tree | f3fe661d58c1ebc89aaff4bbef02332a705acde3 | |
| parent | 46b4b059b0ccac85d8fc26bd25044a5b26e6c723 (diff) | |
contributors -> maintaiers in template app data
hex.pm is now using maintainers instead of contributors in metadata.
Templates should be updated to reflect it.
| -rw-r--r-- | priv/templates/otp_app.app.src | 2 | ||||
| -rw-r--r-- | priv/templates/otp_lib.app.src | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/priv/templates/otp_app.app.src b/priv/templates/otp_app.app.src index 09e4a48..783a130 100644 --- a/priv/templates/otp_app.app.src +++ b/priv/templates/otp_app.app.src @@ -10,7 +10,7 @@    {env,[]},    {modules, []}, -  {contributors, []}, +  {maintainers, []},    {licenses, []},    {links, []}   ]}. diff --git a/priv/templates/otp_lib.app.src b/priv/templates/otp_lib.app.src index f07293e..6e76b4b 100644 --- a/priv/templates/otp_lib.app.src +++ b/priv/templates/otp_lib.app.src @@ -9,7 +9,7 @@    {env,[]},    {modules, []}, -  {contributors, []}, +  {maintainers, []},    {licenses, []},    {links, []}   ]}. | 
