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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/rss.php b/web/html/rss.php
index 5720d3d1..b67f862d 100644
--- a/web/html/rss.php
+++ b/web/html/rss.php
@@ -50,6 +50,7 @@ foreach ($packages as $indx => $row) {
$item->date = intval($row["SubmittedTS"]);
$item->source = "{$protocol}://{$host}";
$item->author = username_from_id($row["MaintainerUID"]);
+ $item->guid = $item->link;
$rss->addItem($item);
}