From 504f009c42ac27bbf177230506e5b26bd9f35608 Mon Sep 17 00:00:00 2001 From: crueter Date: Tue, 18 Mar 2025 16:30:35 -0400 Subject: [PATCH] Add clink (#1183) Signed-off-by: swurl --- software/clink.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/clink.yml diff --git a/software/clink.yml b/software/clink.yml new file mode 100644 index 0000000000..e9ff10cc57 --- /dev/null +++ b/software/clink.yml @@ -0,0 +1,11 @@ +name: "clink" +website_url: "https://git.swurl.xyz/swirl/clink.git/about/" +source_code_url: "https://git.swurl.xyz/swirl/clink.git" +description: "A super-minimal link shortening service written in pure C, focusing on small executable size, portability, and ease of configuration." +licenses: + - AGPL-3.0 +platforms: + - C +tags: + - URL Shorteners +demo_url: "https://short.swurl.xyz"