diff --git a/helpers/DATA/akregator/trisquel_feeds.patch b/helpers/DATA/akregator/trisquel_feeds.patch
index 6efe48e9af7568242e605a1db57a27946debbbda..7d54c105c063d4e4ba7354e4fcb71db5fcdcbbc8 100644
--- a/helpers/DATA/akregator/trisquel_feeds.patch
+++ b/helpers/DATA/akregator/trisquel_feeds.patch
@@ -1,6 +1,6 @@
 --- src/akregator_part.cpp	2020-06-05 11:41:23.000000000 -0500
 +++ src/akregator_part_trisquel.cpp	2020-06-05 12:46:05.914051386 -0500
-@@ -189,6 +189,66 @@
+@@ -189,6 +189,61 @@
      wire.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("http://wire.kubuntu.org/?feed=rss2"));
      kubuntuFolder.appendChild(wire);
  
@@ -54,11 +54,6 @@
 +    fsfBlog.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("https://static.fsf.org/fsforg/rss/blogs.xml"));
 +    fsFolder.appendChild(fsfBlog);
 +
-+    QDomElement fsDaily = doc.createElement(QStringLiteral("outline"));
-+    fsDaily.setAttribute(QStringLiteral("text"), i18n("fsdaily.com - Free Software News"));
-+    fsDaily.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("https://www.fsdaily.com/feed/published/All"));
-+    fsFolder.appendChild(fsDaily);
-+
 +    QDomElement gnuReddit = doc.createElement(QStringLiteral("outline"));
 +    gnuReddit.setAttribute(QStringLiteral("text"), i18n("GNU at Reddit"));
 +    gnuReddit.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("https://www.reddit.com/r/gnu/.rss"));
diff --git a/helpers/make-akregator b/helpers/make-akregator
index 003d1f6af5125a38b2aae1dff1643c87d05880bc..4ad66c17e97c19e8c8d49eedd3e3243d78b2694d 100644
--- a/helpers/make-akregator
+++ b/helpers/make-akregator
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=3
+VERSION=4
 
 . ./config