summaryrefslogtreecommitdiffstats
path: root/web/html/rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/rss.php')
-rw-r--r--web/html/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/rss.php b/web/html/rss.php
index 659ee15d..1cf8753b 100644
--- a/web/html/rss.php
+++ b/web/html/rss.php
@@ -16,7 +16,7 @@ $rss->useCached("RSS2.0", "/tmp/aur-newestpkg.xml", 1800);
$rss->title = "AUR Newest Packages";
$rss->description = "The latest and greatest packages in the AUR";
$rss->link = "${protocol}://{$host}";
-$rss->syndicationURL = "{$protocol}://{$host}/rss2.php";
+$rss->syndicationURL = "{$protocol}://{$host}/rss.php";
$image = new FeedImage();
$image->title = "AUR";
$image->url = "{$protocol}://{$host}/images/AUR-logo-80.png";