From 41c19f3102d5cfbdb94f24032c4645c8c0899aff Mon Sep 17 00:00:00 2001 From: Yoji SHIDARA Date: Thu, 15 Aug 2013 11:21:07 +0900 Subject: [PATCH] Repository moved to droonga/fluent-plugin-droonga --- fluent-plugin-droonga.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-plugin-droonga.gemspec b/fluent-plugin-droonga.gemspec index 9ac5855..09b1d18 100644 --- a/fluent-plugin-droonga.gemspec +++ b/fluent-plugin-droonga.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |gem| gem.email = ["droonga@groonga.org"] gem.description = "droonga(distributed groonga) plugin for Fluent event collector" gem.summary = gem.description - gem.homepage = "https://github.com/groonga/fluent-plugin-droonga" + gem.homepage = "https://github.com/droonga/fluent-plugin-droonga" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/})