From 1683982cc85fd998b2a45e8fde6f2e14b929905c Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sat, 1 Mar 2025 12:57:17 +0100 Subject: [PATCH] remove EteSync (unmaintained since Feb 2024) (#1164) - ref: #1 - ` ERROR:awesome_lint.py: EteSync Web: last updated -370 days, 1:24:43.981859 ago, older than 365 days` ``` $ trivy repo https://github.com/etesync/etesync-web --scanners vuln yarn.lock (yarn) Total: 129 (UNKNOWN: 0, LOW: 17, MEDIUM: 42, HIGH: 60, CRITICAL: 10) ``` --- software/etesync-web.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 software/etesync-web.yml diff --git a/software/etesync-web.yml b/software/etesync-web.yml deleted file mode 100644 index 892b18623c..0000000000 --- a/software/etesync-web.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: EteSync Web -website_url: https://www.etesync.com/faq/#web-client -description: EteSync's official Web-based client (i.e., their Web app). -licenses: - - AGPL-3.0 -platforms: - - Javascript -tags: - - Calendar & Contacts -source_code_url: https://github.com/etesync/etesync-web -demo_url: https://client.etesync.com/ -stargazers_count: 251 -updated_at: '2024-02-24' -archived: false