From dcfa95ac1145a85e237e40115202e481e2b59541 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 15 Apr 2024 13:39:14 +0000 Subject: [PATCH] Rmove Pastr (unmaintaine since Dec 2023? demo link down, no releases) (#662) This was added before the requirement of an initial release older than 4 months. Given that the project has only received 15 commits in all its history, and that the demo link is down (no such domain), let's just remove it. - ref. #1 --- software/pastr.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 software/pastr.yml diff --git a/software/pastr.yml b/software/pastr.yml deleted file mode 100644 index 740f3d4e2a..0000000000 --- a/software/pastr.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Pastr -website_url: https://github.com/hossainalhaidari/pastr -description: Super-minimal URL shortener and paste tool that uses a flat-file storage and has no dependencies. -licenses: - - MIT -platforms: - - Go - - Docker -tags: - - URL Shorteners -source_code_url: https://github.com/hossainalhaidari/pastr -demo_url: https://alhai.de -stargazers_count: 23 -updated_at: '2023-12-22' -archived: false