From f1577da9ea87117f0b5961840470cfa0f418aaab Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Tue, 23 Jan 2024 18:38:33 +0100 Subject: [PATCH] Remove Gray Duck Mail (unmaintained since Jan 2023) (#522) - ref: #1 - `ERROR:awesome_lint.py: Gray Duck Mail: last updated -366 days, 1:30:15.325017 ago, older than 365 days` - ```wagesj45/gray-duck-mail (debian 10.13) Total: 246 (UNKNOWN: 4, LOW: 117, MEDIUM: 70, HIGH: 50, CRITICAL: 5) app/gray-duck-mail-web.deps.json (dotnet-core) Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 1) usr/share/dotnet/shared/Microsoft.AspNetCore.App/3.1.32/Microsoft.AspNetCore.App.deps.json (dotnet-core) Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 1, CRITICAL: 0) ``` --- software/gray-duck-mail.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 software/gray-duck-mail.yml diff --git a/software/gray-duck-mail.yml b/software/gray-duck-mail.yml deleted file mode 100644 index c552b37ad5..0000000000 --- a/software/gray-duck-mail.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Gray Duck Mail -website_url: https://grayduckmail.com -description: Self hosted email discussion list management that uses external email providers. -licenses: - - GPL-3.0 -platforms: - - Docker -tags: - - Communication - Email - Mailing Lists and Newsletters -source_code_url: https://github.com/wagesj45/gray-duck-mail -stargazers_count: 15 -updated_at: '2023-01-22' -archived: false