Fix homepage url.

master
Felipe Oliveira 2012-12-07 16:35:04 -02:00
parent 97a8527b46
commit 260e47dc36
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
gem.email = `git log --raw | grep Author: | awk -F ': | <|>' '{ print $3 }' | sort | uniq`.split("\n")
gem.description = %q{Send passive notifications to Nagios Service Check Acceptor (NSCA).}
gem.summary = %q{NSCA Client}
gem.homepage = "http://felipecvo.github.com/nsca-client"
gem.homepage = "https://github.com/felipecvo/nsca-client"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }