From 681cf9c5bbd478d76a79a848a3187d25b49bb769 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 30 Dec 2007 14:23:03 +0000 Subject: [PATCH] Fixed Atom feed URL. --- 0mirror | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0mirror b/0mirror index 510ec4f..6919d31 100755 --- a/0mirror +++ b/0mirror @@ -99,7 +99,7 @@ def get_feed_dir(url): now = format_date(time.time()) news_feed = AtomFeed(title = "Zero Install News Feed", - link = site_address + "/news.atom", + link = site_address + "/news-feed.xml", updated = now, author = "0mirror") -- 2.11.4.GIT