From 153065ce2540e7433d3ab79537f286dd1a5875c0 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sat, 16 Aug 2025 11:30:33 +0200 Subject: [PATCH] Remove JSXC (Unmaintained since Aug 2024) (#1574) - ref: #1 - `ERROR:awesome_lint.py: JSXC: last updated -366 days, 1:21:02.101970 ago, older than 365 days` - Last release was 3 years ago ``` yarn.lock (yarn) Total: 28 (UNKNOWN: 0, LOW: 0, MEDIUM: 4, HIGH: 16, CRITICAL: 8) ``` --- software/jsxc.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 software/jsxc.yml diff --git a/software/jsxc.yml b/software/jsxc.yml deleted file mode 100644 index e0e2c0cca0..0000000000 --- a/software/jsxc.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: JSXC -website_url: https://jsxc.org -description: Real-time XMPP web chat application with video calls, file transfer and encrypted communication. There are also versions for Nextcloud/Owncloud and SOGo. -licenses: - - MIT -platforms: - - Javascript -tags: - - Communication - XMPP - Web Clients -source_code_url: https://github.com/jsxc/jsxc -stargazers_count: 732 -updated_at: '2024-08-09' -archived: false