From 530a191536772b05198bb13a0ccfe9c90f3d4afb Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 21 Mar 2017 21:05:37 -0700 Subject: [PATCH] Update Apache license string in metadata Signed-off-by: Tim Smith --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 8df7320..91f9c91 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,7 +1,7 @@ name 'postfix' maintainer 'Chef Software, Inc.' maintainer_email 'cookbooks@chef.io' -license 'Apache 2.0' +license 'Apache-2.0' description 'Installs and configures postfix for client or outbound relayhost, or to do SASL auth' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '5.0.1'