mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
add me as author and add license to gem spec file close #39
This commit is contained in:
parent
155606fcff
commit
0670b190be
@ -2,8 +2,9 @@
|
||||
require File.expand_path('../lib/vagrant-libvirt/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.authors = ["Lukas Stanek"]
|
||||
gem.email = ["ls@elostech.cz"]
|
||||
gem.authors = ['Lukas Stanek','Dima Vasilets']
|
||||
gem.email = ['ls@elostech.cz','pronix.service@gmail.com']
|
||||
gem.license = 'MIT'
|
||||
gem.description = %q{Vagrant provider for libvirt.}
|
||||
gem.summary = %q{Vagrant provider for libvirt.}
|
||||
gem.homepage = "https://github.com/pradels/vagrant-libvirt"
|
||||
|
Loading…
Reference in New Issue
Block a user