diff options
Diffstat (limited to 'cmds/rss.go')
| -rw-r--r-- | cmds/rss.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/rss.go b/cmds/rss.go index 30be578..f5f28a9 100644 --- a/cmds/rss.go +++ b/cmds/rss.go @@ -56,7 +56,7 @@ func RenderRSS(runs []core.RunRow) ([]byte, error) { doc := rssDocument{ Version: "2.0", Channel: rssChannel{ - Title: "fluxrec recommendations", + Title: "Fluxrecs", Description: "Top-scored Miniflux entries, refreshed on a schedule.", }, } |
