From 5d5ba6f29a2952c4ab702d5fd01653c384d1bd49 Mon Sep 17 00:00:00 2001 From: crueter Date: Sun, 7 Sep 2025 17:34:33 -0400 Subject: [PATCH] [clink, pacebin] update to new Forgejo URLs (#1627) --- software/clink.yml | 6 +++--- software/pacebin.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/software/clink.yml b/software/clink.yml index e9ff10cc57..63b3a340a9 100644 --- a/software/clink.yml +++ b/software/clink.yml @@ -1,6 +1,6 @@ name: "clink" -website_url: "https://git.swurl.xyz/swirl/clink.git/about/" -source_code_url: "https://git.swurl.xyz/swirl/clink.git" +website_url: "https://git.crueter.xyz/crueter/clink" +source_code_url: "https://git.crueter.xyz/crueter/clink" 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 @@ -8,4 +8,4 @@ platforms: - C tags: - URL Shorteners -demo_url: "https://short.swurl.xyz" +demo_url: "https://short.crueter.xyz" diff --git a/software/pacebin.yml b/software/pacebin.yml index f79cd44f0b..09471bd619 100644 --- a/software/pacebin.yml +++ b/software/pacebin.yml @@ -1,6 +1,6 @@ name: "pacebin" -website_url: "https://git.swurl.xyz/swirl/pacebin.git/about/" -source_code_url: "https://git.swurl.xyz/swirl/pacebin.git" +website_url: "https://git.crueter.xyz/crueter/pacebin" +source_code_url: "https://git.crueter.xyz/crueter/pacebin" description: "Super-minimal pastebin and file upload service focusing on small executable size, portability, and ease of configuration." licenses: - AGPL-3.0 @@ -9,4 +9,4 @@ platforms: tags: - Pastebins - File Transfer - Single-click & Drag-n-drop Upload -demo_url: "https://paste.swurl.xyz" +demo_url: "https://paste.crueter.xyz"