File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments