Skip to content

Commit

Permalink
Remove email from plugin author string for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Sep 26, 2017
1 parent da0a79a commit e6ef626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public String getName() {

@Override
public String getAuthor() {
return "Graylog, Inc. <[email protected]>";
return "Graylog, Inc.";
}

@Override
Expand Down

0 comments on commit e6ef626

Please sign in to comment.