From 7bd79d1e2adccb0f18daebfa7fe6ff7f6b3d52fc Mon Sep 17 00:00:00 2001 From: Tim Bourguignon Date: Wed, 16 Dec 2020 14:22:32 +0100 Subject: [PATCH] Added the DevJourney Podcast --- app/feeds.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/feeds.json b/app/feeds.json index 2be0610..4f361bc 100644 --- a/app/feeds.json +++ b/app/feeds.json @@ -523,6 +523,11 @@ "url": "https://nosql.libsyn.com/rss", "title": "The NoSQL Database Podcast", "forceHttps": true - } + }, + { + "url": "https://devjourney.info", + "title": "Software Developers Journey", + "forceHttps": true + }, ] -} \ No newline at end of file +}