Rakefile had have wrong license. now correct lgpl-3. MIT was wrong!

master
Denis Knauf 2013-04-09 15:57:08 +02:00
parent 9f19471434
commit 4a1336efc8
1 changed files with 1 additions and 1 deletions

View File

@ -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.name = "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.description = %Q{Create your alerts easily and send it to Nagios}
gem.email = "Denis.Knauf@gmail.com"