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|
12
12
13
13
spec . summary = 'Input plugin to read from systemd journal.'
14
14
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'
16
16
spec . license = 'Apache-2.0'
17
17
18
18
spec . files = Dir [ 'lib/**/**.rb' , 'README.md' , 'LICENCE' ]
19
19
spec . require_paths = [ 'lib' ]
20
20
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
+
21
25
spec . add_development_dependency 'bundler' , '> 1.10'
22
26
spec . add_development_dependency 'rake'
23
27
spec . add_development_dependency 'test-unit' , '~> 3.4'
You can’t perform that action at this time.
0 commit comments