From 6bf232802a0e7594b8f55f8b730f74c6de277a85 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 18 Jul 2016 22:05:04 -0400 Subject: [PATCH] Added issues_url and source_url and version bumped --- metadata.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index d9619de..341d664 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,9 @@ maintainer_email 'psi-jack@linux-help.org' license 'Apache 2.0' description 'Installs and configures the NUX Community Desktop Yum Repository' long_description '' -version '0.1.0' +version '0.1.1' +issues_url 'http://gogs.home.ld/Linux-Help/cookbook-yum-nux/issues' +source_url 'http://gogs.home.ld/Linux-Help/cookbook-yum-nux' %w{ centos redhat oracle scientific }.each do |os| supports os, '>= 6.0.0'