From 9c0d819c126bf9fdfad9b688d7e385d0f15db6b4 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Tue, 5 Jan 2016 19:46:40 -0500 Subject: contributors -> maintaiers in template app data hex.pm is now using maintainers instead of contributors in metadata. Templates should be updated to reflect it. --- priv/templates/otp_app.app.src | 2 +- priv/templates/otp_lib.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'priv') 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, []} ]}. -- cgit v1.1