Updated old package CodeGenLib to use new URL, added docs for NULID… (#2718)

* Updated old package `CodeGenLib` to use new URL, added docs for NULID and CodeGenLib

* Fixed package I accidentally edited

Sorry, edited by accident aha
This commit is contained in:
Yu Vitaqua fer Chronos 2023-10-09 13:09:42 +01:00 committed by GitHub
parent 49aa74d465
commit 3aacdd2604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",