mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Update docs
This chane updates docs to reflect that ownership has moved to the DIO team at Puppet. It also includes some formatting changes.
This commit is contained in:
parent
b7a210aa15
commit
28fb9290d4
6 changed files with 94 additions and 46 deletions
|
|
@ -6,10 +6,16 @@ require 'vmfloaty/version'
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'vmfloaty'
|
||||
s.version = Vmfloaty::VERSION
|
||||
s.authors = ['Brian Cain']
|
||||
s.email = ['brianccain@gmail.com']
|
||||
s.authors = [
|
||||
'Brian Cain',
|
||||
'Puppet',
|
||||
]
|
||||
s.email = [
|
||||
'brianccain@gmail.com',
|
||||
'dio-gems@puppet.com',
|
||||
]
|
||||
s.license = 'Apache-2.0'
|
||||
s.homepage = 'https://github.com/briancain/vmfloaty'
|
||||
s.homepage = 'https://github.com/puppetlabs/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