From 204aa95adb55cfb8da27ccf41d0625ca8542418e Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 29 Dec 2023 18:09:38 +0000 Subject: [PATCH] Remove Teddit (no longer maintained, website down) (#448) - ref. #1 - > Due to Reddit's API changes, this project is no more actively maintained - `https://teddit.net : HTTPSConnectionPool(host='teddit.net', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable'))` --- software/teddit.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 software/teddit.yml diff --git a/software/teddit.yml b/software/teddit.yml deleted file mode 100644 index 6fdeb29310..0000000000 --- a/software/teddit.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Teddit -website_url: https://teddit.net -description: Alternative Reddit front-end focused on privacy. -licenses: - - AGPL-3.0 -platforms: - - Nodejs - - Docker -tags: - - Communication - Social Networks and Forums -source_code_url: https://codeberg.org/teddit/teddit -depends_3rdparty: true