From e4e5a22a0f2c5c1e2792c7ee0789ff597f45181d Mon Sep 17 00:00:00 2001 From: Amit Serper <10963324+aserper@users.noreply.github.com> Date: Sat, 13 Dec 2025 23:07:31 -0500 Subject: [PATCH] Fix repository link in README.md Updated the repository link in README.md from piko-system to aserper. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12142b3..3e04b7c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A flexible and robust Python script to automatically post the latest entry from an RSS feed to Mastodon, designed to run continuously in a Docker container. -This project is based on the original concept of [masto-rss](https://github.com/piko-system/masto-rss) but has been significantly rewritten and extended with modern features for stability and customization. +This project is based on the original concept of [masto-rss](https://github.com/aserper/masto-rss) but has been significantly rewritten and extended with modern features for stability and customization. ## Features @@ -154,5 +154,5 @@ To update to the latest version of the image from Docker Hub: ## Acknowledgements -* This project is heavily inspired by and based on the original [masto-rss](https://github.com/piko-system/masto-rss). This version aims to add more robustness, flexibility, and ease of deployment using modern practices. +* This project is heavily inspired by and based on the original [masto-rss](https://github.com/aserper/masto-rss). This version aims to add more robustness, flexibility, and ease of deployment using modern practices. * The Python script, Docker configuration, and this README were written and modified with the assistance of AI.