diff options
-rwxr-xr-x | git2rss | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ #!/usr/bin/env php <?php - /* * This file is part of git2rss. * @@ -70,7 +69,7 @@ $feed = new Feed(); $channel = new Channel(); $channel ->title("Remi's RPM git repostiories") - ->description('Change') + ->description('Recent changes') ->url(REMOTE) ->language('en-US') ->copyright('Copyright 2005-2017, Remi Collet') |