From 3aacdd2604c4b016d0bd2f67f0709bfe57a4b270 Mon Sep 17 00:00:00 2001 From: Yu Vitaqua fer Chronos <88039945+Yu-Vitaqua-fer-Chronos@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:09:42 +0100 Subject: [PATCH] =?UTF-8?q?Updated=20old=20package=20`CodeGenLib`=20to=20u?= =?UTF-8?q?se=20new=20URL,=20added=20docs=20for=20NULID=E2=80=A6=20(#2718)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated old package `CodeGenLib` to use new URL, added docs for NULID and CodeGenLib * Fixed package I accidentally edited Sorry, edited by accident aha --- packages.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/packages.json b/packages.json index d897dce..8db2d14 100644 --- a/packages.json +++ b/packages.json @@ -35,7 +35,9 @@ "guid" ], "description": "A ULID implementation in Nim!", - "license": "CC0" + "license": "CC0", + "web": "https://github.com/Yu-Vitaqua-fer-Chronos/NULID", + "doc": "https://yu-vitaqua-fer-chronos.github.io/NULID/" }, { "name": "crockfordb32", @@ -28004,16 +28006,18 @@ }, { "name": "codegenlib", - "url": "https://github.com/Mythical-Forest-Collective/CodeGenLib", + "url": "https://github.com/Yu-Vitaqua-fer-Chronos/CodeGenLib", "method": "git", "tags": [ "library", "codegen", - "codegeneration" + "codegeneration", + "java" ], - "description": "A simple code generation library for other programming languages!", + "description": "A simple code generation library for other programming languages.", "license": "MIT", - "web": "https://github.com/Mythical-Forest-Collective/CodeGenLib" + "web": "https://github.com/Yu-Vitaqua-fer-Chronos/CodeGenLib", + "doc": "https://yu-vitaqua-fer-chronos.github.io/CodeGenLib/" }, { "name": "safeset",