summaryrefslogtreecommitdiffstats
path: root/git2rss
diff options
context:
space:
mode:
Diffstat (limited to 'git2rss')
-rwxr-xr-xgit2rss5
1 files changed, 2 insertions, 3 deletions
diff --git a/git2rss b/git2rss
index b9d996f..dda4949 100755
--- a/git2rss
+++ b/git2rss
@@ -1,6 +1,5 @@
#!/usr/bin/env php
<?php
-
/*
* This file is part of git2rss.
*
@@ -70,10 +69,10 @@ $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')
+ ->copyright('Copyright 2005-2020, Remi Collet')
->pubDate(time())
->lastBuildDate(time())
->ttl(60)