[sdc] update to the current code base
[sdc.git] / sdc-os-chef / sdc-os-common / metadata.rb
1 name 'sdc-os-common'
2 maintainer 'The Authors'
3 maintainer_email 'you@example.com'
4 license 'All Rights Reserved'
5 description 'Installs/Configures sdc-os-common'
6 long_description 'Installs/Configures sdc-os-common'
7 version '0.1.0'
8 chef_version '>= 12.1' if respond_to?(:chef_version)
9
10 # The `issues_url` points to the location where issues for this cookbook are
11 # tracked.  A `View Issues` link will be displayed on this cookbook's page when
12 # uploaded to a Supermarket.
13 #
14 # issues_url 'https://github.com/<insert_org_here>/sdc-os-common/issues'
15
16 # The `source_url` points to the development reposiory for this cookbook.  A
17 # `View Source` link will be displayed on this cookbook's page when uploaded to
18 # a Supermarket.
19 #
20 # source_url 'https://github.com/<insert_org_here>/sdc-os-common'