From 36c88b463cef4f8d1d5462f963429e9c3730372e Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Tue, 1 Apr 2025 08:13:54 -0400 Subject: [PATCH] buttfeed: Add PatchFox. --- tools/buttfeed.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/buttfeed.py b/tools/buttfeed.py index f27b0a89..579759de 100755 --- a/tools/buttfeed.py +++ b/tools/buttfeed.py @@ -17,6 +17,7 @@ k_feeds = { 'habitat': 'https://tildegit.org/jeremylist/habitat.rss', 'manyverse': 'https://gitlab.com/staltz/manyverse/-/commits/master?format=atom', 'ahau': 'https://gitlab.com/ahau/ahau/-/commits/master.atom', + 'patchfox': 'https://github.com/soapdog/patchfox/commits.atom', } def fix_title(entry):