Skip to content

Commit b5bf5b2

Browse files
committed
Use the SPDX identifier for the license
https://spdx.org/licenses/ As recommended in the Rubygems.org guide: https://guides.rubygems.org/specification-reference/#license=
1 parent ad0d63e commit b5bf5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zendesk_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.homepage = "https://developer.zendesk.com"
1212
s.summary = 'Zendesk REST API Client'
1313
s.description = 'Ruby wrapper for the REST API at https://www.zendesk.com. Documentation at https://developer.zendesk.com.'
14-
s.license = 'Apache License Version 2.0'
14+
s.license = 'Apache-2.0'
1515

1616
s.metadata = {
1717
'bug_tracker_uri' => 'https://github.com/zendesk/zendesk_api_client_rb/issues',

0 commit comments

Comments
 (0)