Skip to content

Commit

Permalink
Fix license identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Aug 20, 2015
1 parent d4ffd47 commit ff69fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-datacounter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
gem.homepage = "https://github.com/tagomoris/fluent-plugin-datacounter"
gem.summary = %q{Fluentd plugin to count records with specified regexp patterns}
gem.description = %q{To count records with string fields by regexps (To count records with numbers, use numeric-counter)}
gem.license = "APLv2"
gem.license = "Apache-2.0"

gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit ff69fdc

Please sign in to comment.