Skip to content

Commit 134c1fd

Browse files
authored
Merge pull request #248 from prometheus/sinjo-fix-gemspec-licence
Fix license name in gemspec
2 parents 82d41f1 + ad9133f commit 134c1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.authors = ['Ben Kochie', 'Chris Sinjakli', 'Daniel Magliola']
1111
1212
s.homepage = 'https://github.com/prometheus/client_ruby'
13-
s.license = 'Apache 2.0'
13+
s.license = 'Apache-2.0'
1414

1515
s.files = %w(README.md) + Dir.glob('{lib/**/*}')
1616
s.require_paths = ['lib']

0 commit comments

Comments
 (0)