Skip to content

Commit

Permalink
Merge pull request #248 from prometheus/sinjo-fix-gemspec-licence
Browse files Browse the repository at this point in the history
Fix license name in gemspec
  • Loading branch information
Sinjo authored Feb 6, 2022
2 parents 82d41f1 + ad9133f commit 134c1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.authors = ['Ben Kochie', 'Chris Sinjakli', 'Daniel Magliola']
s.email = ['superq@gmail.com', 'chris@sinjakli.co.uk', 'dmagliola@crystalgears.com']
s.homepage = 'https://github.com/prometheus/client_ruby'
s.license = 'Apache 2.0'
s.license = 'Apache-2.0'

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

0 comments on commit 134c1fd

Please sign in to comment.