From 45a1f64730cb12d1ffaa33c7c87d451b712b3376 2023-10-13 01:47:49 From: Ben Sturmfels Date: 2023-10-13 01:47:49 Subject: [PATCH] Update podcast feed title --- diff --git a/www/podjango/feeds.py b/www/podjango/feeds.py index cc0c301115ec1af36024ef0cf33b3245bc0e7c1c..631c71ff4ecb1b0cb3246daff0e18d1b071cad91 100644 --- a/www/podjango/feeds.py +++ b/www/podjango/feeds.py @@ -174,12 +174,12 @@ class iTunesFeedType(Rss201rev2Feed): class CastFeed(CastFeedBase): feed_type = iTunesFeedType - title = "Free as in Freedom" + title = "The Corresponding Source (formerly Free as in Freedom)" link = "/cast/" description = "A bi-weekly discussion of legal, policy, and other issues in the open source and software freedom community (including occasional interviews) from Brooklyn, New York, USA. Presented by Karen Sandler and Bradley M. Kuhn." author_email = "podcast@faif.us" author_link = "http://www.faif.us/" - author_name = "Free as in Freedom" + author_name = "Software Freedom Conservancy" title_template = "feeds/podcast_title.html" description_template = "feeds/podcast_description.html"