mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-16 08:16:08 +02:00
Fix mismatching LICENSE between LICENSE and gemspec
Apache LICENSE is the used LICENSE
This commit is contained in:
parent
c1d07c6e09
commit
5c19db1df8
@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
||||
spec.summary = %q{Web UI for Fluentd}
|
||||
spec.description = %q{Web UI for Fluentd}
|
||||
spec.homepage = "https://github.com/fluent/fluentd-ui"
|
||||
spec.license = "MIT"
|
||||
spec.license = "Apache"
|
||||
|
||||
unless (ARGV & %w(rake build)).length.zero?
|
||||
# NOTE: `fluentd-ui start` will run `bundle exec ...`. so this gemspec file evaluated by bundler then exec `git ls-files`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user