Comment 1 for bug 963742

Revision history for this message
Роман Донченко (dpb-r) wrote :

Should be a pretty easy fix, no? :-)

=== modified file 'build.py'
--- build.py 2012-05-13 23:53:34 +0000
+++ build.py 2012-05-13 23:56:13 +0000
@@ -96,7 +96,7 @@
 # URLs of RSS feeds
 NEWS_RSS = "http://feeds.launchpad.net/bazaar/announcements.atom"
 CORE_RSS = "http://feeds.launchpad.net/bzr/announcements.atom"
-BLOG_RSS = "http://bazaarvcs.wordpress.com/feed/"
+BLOG_RSS = "http://blog.bazaar.canonical.com/?feed=atom"

 def main():