From c65763fe84b9956fd28b9eb9849f4b7d8793e050 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+Ki-er@users.noreply.github.com> Date: Tue, 27 May 2025 22:55:53 +0200 Subject: [PATCH] Remove Mailcatcher (Umaintained since May 2024) (#1401) --- software/mailcatcher.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 software/mailcatcher.yml diff --git a/software/mailcatcher.yml b/software/mailcatcher.yml deleted file mode 100644 index 6276ea71f6..0000000000 --- a/software/mailcatcher.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: MailCatcher -website_url: https://mailcatcher.me/ -description: Deploy a simply SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development. -licenses: - - MIT -platforms: - - Ruby -tags: - - Communication - Email - Mail Transfer Agents -source_code_url: https://github.com/sj26/mailcatcher -stargazers_count: 6620 -updated_at: '2024-05-25' -archived: false