mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Clarify license in Gemspec
As per https://opensource.org/licenses/alphabetical, the name should be Apache-2.0, not Apache.
This commit is contained in:
parent
ee0c73dfda
commit
21c42dbffa
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ Gem::Specification.new do |s|
|
|||
s.version = '0.7.8'
|
||||
s.authors = ['Brian Cain']
|
||||
s.email = ['brian.cain@puppetlabs.com']
|
||||
s.license = 'Apache'
|
||||
s.license = 'Apache-2.0'
|
||||
s.homepage = 'https://github.com/briancain/vmfloaty'
|
||||
s.description = 'A helper tool for vmpooler to help you stay afloat'
|
||||
s.summary = 'CLI application to interface with vmpooler'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue