From 574e5925d40f67d806222dc5070ac604740fc7ad Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Fri, 29 Jul 2022 10:36:49 +0000 Subject: [PATCH] Add package util (#2297) * Moved my packages from gitlab.com/lurlo to github.com/thisago * Added package util * Update packages.json Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index acf8af8..0825787 100644 --- a/packages.json +++ b/packages.json @@ -26886,5 +26886,18 @@ "description": "Ray tracing", "license": "GPL3", "web": "https://github.com/teob97/T-RayX" + }, + { + "name": "util", + "url": "https://github.com/thisago/util", + "method": "git", + "tags": [ + "html", + "utility", + "string" + ], + "description": "Small utilities that isn't large enough to have a individual modules", + "license": "MIT", + "web": "https://github.com/thisago/util" } ]