summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'infra-status.rb')
-rw-r--r--infra-status.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra-status.rb b/infra-status.rb
index c2a9ef4..ed1851b 100644
--- a/infra-status.rb
+++ b/infra-status.rb
@@ -43,8 +43,8 @@ end
get '/feed.atom' do
rss = RSS::Maker.make('atom') do |maker|
- maker.channel.author = 'Gentoo Infrastructure Team'
- maker.channel.title = 'Gentoo Infrastructure Notices'
+ maker.channel.author = 'Gentoo infrastructure team'
+ maker.channel.title = 'Gentoo infrastructure notices'
maker.channel.link = MY_URL
maker.channel.id = MY_URL
maker.channel.updated = Time.now.to_s