From f02885289efb33f76ff37f7c449493a6fd70e358 Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Mon, 8 Dec 2014 21:45:46 -0500 Subject: [PATCH] metadata: use SPDX identifier for license info New requirement for the Puppet Forge --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index d383f15..e116773 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "version": "0.2.1", "author": "James Fryman", "summary": "Puppet NGINX management module", - "license": "MIT License", + "license": "MIT", "source": "https://github.com/jfryman/puppet-nginx.git", "project_page": "http://github.com/jfryman/puppet-nginx", "issues_url": "https://github.com/jfryman/puppet-nginx/issues",