Skip to content

Commit e178579

Browse files
committed
metadata: Add source_url and issues_url links
1 parent 98d4a8a commit e178579

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

metadata.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
3030
version '0.3.0' # WiP
3131

32+
if respond_to?(:source_url)
33+
source_url "https://github.com/zuazo/#{name}-cookbook"
34+
end
35+
if respond_to?(:issues_url)
36+
issues_url "https://github.com/zuazo/#{name}-cookbook/issues"
37+
end
38+
3239
supports 'amazon', '>= 2012.03'
3340
supports 'centos', '>= 6.0'
3441
supports 'debian', '>= 7.0'

0 commit comments

Comments
 (0)