From b6ddad105293e23f27551980a75f97b64ac92dd4 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 1 Aug 2025 11:24:12 +0000 Subject: [PATCH] Remove YABin (unmaintained since Jul 2024) (#1552) - `ERROR:awesome_lint.py: YABin: last updated -378 days, 1:18:25.272224 ago, older than 365 days` ``` yarn.lock (yarn) Total: 3 (UNKNOWN: 0, LOW: 0, MEDIUM: 3, HIGH: 0, CRITICAL: 0) cli/poetry.lock (poetry) Total: 4 (UNKNOWN: 0, LOW: 0, MEDIUM: 4, HIGH: 0, CRITICAL: 0) ``` --- software/yabin.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 software/yabin.yml diff --git a/software/yabin.yml b/software/yabin.yml deleted file mode 100644 index aad7775313..0000000000 --- a/software/yabin.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: YABin -website_url: https://github.com/Yureien/YABin -description: A pastebin that contains plentiful features while remaining simple. Supports optional E2E encryption, a client-side CLI app, syntax highlighting, minimalistic UI, APIs, keyboard shortcuts, and more. It can even be run in serverless environments. -licenses: - - MIT -platforms: - - Nodejs - - Docker -tags: - - Pastebins -source_code_url: https://github.com/Yureien/YABin -demo_url: https://bin.sohamsen.me/ -stargazers_count: 186 -updated_at: '2024-07-17' -archived: false