[DOC] I missed one more Elasticsearch...

This is a one-line fix.

Fixes #3015
This commit is contained in:
Aaron Mildenstein 2015-04-14 12:48:55 -06:00 committed by Jordan Sissel
parent 68a557757a
commit 84ef517e05

View file

@ -827,7 +827,7 @@ Gem::Specification.new do |s|
s.licenses = ['Apache License (2.0)']
s.summary = "This {plugintype} does x, y, z in Logstash"
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
s.authors = ["Elasticsearch"]
s.authors = ["Elastic"]
s.email = 'info@elastic.co'
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
s.require_paths = ["lib"]