Skip to content

Commit 7907fda

Browse files
authored
Update metadata (#121)
See https://guides.rubygems.org/specification-reference/#metadata Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent a7dc903 commit 7907fda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

fluent-plugin-systemd.gemspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ Gem::Specification.new do |spec|
1212

1313
spec.summary = 'Input plugin to read from systemd journal.'
1414
spec.description = 'This is a fluentd input plugin. It reads logs from the systemd journal.'
15-
spec.homepage = 'https://github.com/reevoo/fluent-plugin-systemd'
15+
spec.homepage = 'https://github.com/fluent-plugins-nursery/fluent-plugin-systemd'
1616
spec.license = 'Apache-2.0'
1717

1818
spec.files = Dir['lib/**/**.rb', 'README.md', 'LICENCE']
1919
spec.require_paths = ['lib']
2020

21+
spec.metadata['homepage_uri'] = spec.homepage
22+
spec.metadata['source_code_uri'] = 'https://github.com/fluent-plugins-nursery/fluent-plugin-systemd'
23+
spec.metadata['bug_tracker_uri'] = 'https://github.com/fluent-plugins-nursery/fluent-plugin-systemd/issues'
24+
2125
spec.add_development_dependency 'bundler', '> 1.10'
2226
spec.add_development_dependency 'rake'
2327
spec.add_development_dependency 'test-unit', '~> 3.4'

0 commit comments

Comments
 (0)