Skip to content

Commit

Permalink
Update homepage to use github URL (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Apr 8, 2021
1 parent 60e57d7 commit d9e302d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluent-plugin-dynatrace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
gem.authors = ['Dynatrace Open Source Engineering']
gem.email = ['opensource@dynatrace.com']
gem.summary = 'A fluentd output plugin for sending logs to the Dynatrace Generic log ingest API v2'
gem.homepage = 'https://www.dynatrace.com/'
gem.homepage = 'https://github.com/dynatrace-oss/fluent-plugin-dynatrace'
gem.licenses = ['Apache-2.0']

gem.metadata = {
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/plugin/dynatrace_constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Plugin
class DynatraceOutputConstants
# The version of the Dynatrace output plugin
def self.version
'0.1.2'
'0.1.3'
end
end
end
Expand Down

0 comments on commit d9e302d

Please sign in to comment.