From 6a172e10c5e7d7c406e2f0bb43eb8ba575735af2 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 5 Sep 2023 01:49:09 +0000 Subject: [PATCH] Remove ReducePy (unmaintained since April 2022) (#102) - ref. #1 - `ERROR:awesome_lint.py: ReducePy: last updated -511 days, 1:33:09.875619 ago, older than 365 days` - uses outdated alpine:3.6 base docker image --- software/reducepy.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 software/reducepy.yml diff --git a/software/reducepy.yml b/software/reducepy.yml deleted file mode 100644 index 071c402148..0000000000 --- a/software/reducepy.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: ReducePy -website_url: https://github.com/abdullahselek/ReducePy -description: URL shortener service using Tornado and Redis runs on Docker and Kubernetes. -licenses: - - MIT -platforms: - - Python -tags: - - URL Shorteners -source_code_url: https://github.com/abdullahselek/ReducePy -stargazers_count: 34 -updated_at: '2022-04-03' -archived: false