From a791df25d3d959bc31bb4e66e31917ce06e90f54 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sat, 26 Jul 2025 19:56:08 -0500 Subject: [PATCH] Added short_url --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index ec437a0..32a7b28 100644 --- a/packages.json +++ b/packages.json @@ -16,5 +16,14 @@ "tags": ["cicd", "ops"], "url": "https://git.probatem.com/probatem/update-version.git", "web": "https://git.probatem.com/probatem/update-version" + }, + { + "name": "short_url", + "description": "URL shortener/expander for Probatem at https://pbtm.us.", + "license": "GPL3", + "method": "git", + "tags": ["url", "short"], + "url": "https://git.probatem.com/probatem/short-url.git", + "web": "https://git.probatem.com/probatem/short-url" } ]