From b4118ff6b3f00f29fa1c1e29c1fa8eec5206c279 Mon Sep 17 00:00:00 2001 From: Juan Rodriguez Date: Sat, 1 Mar 2025 13:00:38 +0100 Subject: [PATCH] add bit (#1128) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: Rabenherz112 --- software/bit.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/bit.yml diff --git a/software/bit.yml b/software/bit.yml new file mode 100644 index 0000000000..6eaab32bd4 --- /dev/null +++ b/software/bit.yml @@ -0,0 +1,11 @@ +name: bit +website_url: https://github.com/sjdonado/bit +source_code_url: https://github.com/sjdonado/bit +description: Fast, lightweight, resource-efficient, compiled URL shortener powered by SQLite. +licenses: + - MIT +platforms: + - Docker + - Crystal +tags: + - URL Shorteners