Rakefile had have wrong license. now correct lgpl-3. MIT was wrong!
This commit is contained in:
parent
9f19471434
commit
4a1336efc8
2
Rakefile
2
Rakefile
|
@ -16,7 +16,7 @@ Jeweler::Tasks.new do |gem|
|
||||||
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
||||||
gem.name = "nsca"
|
gem.name = "nsca"
|
||||||
gem.homepage = "http://github.com/DenisKnauf/nsca"
|
gem.homepage = "http://github.com/DenisKnauf/nsca"
|
||||||
gem.license = "MIT"
|
gem.license = "LGPL-3"
|
||||||
gem.summary = %Q{Nagios passive alerts with friendly API}
|
gem.summary = %Q{Nagios passive alerts with friendly API}
|
||||||
gem.description = %Q{Create your alerts easily and send it to Nagios}
|
gem.description = %Q{Create your alerts easily and send it to Nagios}
|
||||||
gem.email = "Denis.Knauf@gmail.com"
|
gem.email = "Denis.Knauf@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue