From e9dfe87fcd7947451719709dec7e76c677b016aa Mon Sep 17 00:00:00 2001 From: Robert Northard Date: Tue, 22 Sep 2015 17:42:14 +0100 Subject: [PATCH] Added chef source/issues URLs to metadata Signed-off-by: Robert Northard --- metadata.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata.rb b/metadata.rb index 3a0d763..1d09736 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,3 +6,6 @@ long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version "1.0.0" supports "ubuntu" + +source_url 'hhttps://github.com/coderanger/chef-collectd' if respond_to?(:source_url) +issues_url 'https://github.com/coderanger/chef-collectd/issues' if respond_to?(:issues_url)