summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helpers.rb')
-rw-r--r--lib/helpers.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/helpers.rb b/lib/helpers.rb
index ab2e42c..2d7e902 100644
--- a/lib/helpers.rb
+++ b/lib/helpers.rb
@@ -67,11 +67,11 @@ helpers do
def feed(type, items)
RSS::Maker.make(type) do |maker|
- maker.channel.author = 'Gentoo Security Team'
+ maker.channel.author = 'Gentoo security team'
maker.channel.about = 'https://security.gentoo.org/glsa'
maker.channel.link = 'https://security.gentoo.org/glsa'
- maker.channel.description = 'This feed contains new Gentoo Linux Security Advisories. Contact security@gentoo.org with questions.'
- maker.channel.title = 'Gentoo Linux Security Advisories'
+ maker.channel.description = 'This feed contains new Gentoo Linux security advisories. Contact security@gentoo.org with questions.'
+ maker.channel.title = 'Gentoo Linux security advisories'
maker.channel.updated = items.first.revised.to_s
items.each do |input_item|