From dd0e3af1245ef5fef4cc349a31c1c386cd3d38e6 Mon Sep 17 00:00:00 2001 From: Tim Purdum Date: Sun, 10 May 2020 13:44:49 -0500 Subject: [PATCH] Add ToCode.Software podcast New laid-back podcast with chatting devs, primarily but not exclusively focused on .NET stack. --- app/feeds.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/feeds.json b/app/feeds.json index 2be0610..5e59220 100644 --- a/app/feeds.json +++ b/app/feeds.json @@ -523,6 +523,12 @@ "url": "https://nosql.libsyn.com/rss", "title": "The NoSQL Database Podcast", "forceHttps": true + }, + { + "titleCleanser": null, + "url": "https://feed.podbean.com/tocodesoftware/feed.xml", + "title": "TpCode.Software", + "forceHttps": true } ] -} \ No newline at end of file +}