Skip to content

Commit

Permalink
metadata: Add source_url and issues_url links
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 19, 2015
1 parent 378c2ac commit e43ddf2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.6.0' # WiP

if respond_to?(:source_url)
source_url "https://github.com/zuazo/#{name}-cookbook"
end
if respond_to?(:issues_url)
issues_url "https://github.com/zuazo/#{name}-cookbook/issues"
end

supports 'centos'
supports 'debian'
supports 'ubuntu'
Expand Down

0 comments on commit e43ddf2

Please sign in to comment.