Fix moved or unavailable urls

This commit is contained in:
Gabriel Huber 2023-03-05 21:44:08 +01:00
parent 8e5040a689
commit 68f9bd1796

View File

@ -286,7 +286,7 @@
], ],
"description": "Nim0 is a toy one-pass compiler for a limited subset of the Nim language, targetting a 32-bit RISC CPU. Compiled Nim0 programs can be executed in the RISC emulator. All this in 5 heavily-documented sources, totalling less than 4k LOC. It is a port of Niklaus Wirth's Oberon-0 compiler as described in his book Compiler construction (included in the package), cross-referenced in the sources, that you can follow while reading the book.", "description": "Nim0 is a toy one-pass compiler for a limited subset of the Nim language, targetting a 32-bit RISC CPU. Compiled Nim0 programs can be executed in the RISC emulator. All this in 5 heavily-documented sources, totalling less than 4k LOC. It is a port of Niklaus Wirth's Oberon-0 compiler as described in his book Compiler construction (included in the package), cross-referenced in the sources, that you can follow while reading the book.",
"license": "MIT", "license": "MIT",
"web": "https://pmetras.gitlab.io/nim0", "web": "https://pmetras.gitlab.io/nim0/",
"doc": "https://gitlab.com/pmetras/nim0" "doc": "https://gitlab.com/pmetras/nim0"
}, },
{ {
@ -24603,7 +24603,7 @@
"description": "Implementation of Unix crypt with support for Crypt-MD5, Crypt-SHA256 and Crypt-SHA512", "description": "Implementation of Unix crypt with support for Crypt-MD5, Crypt-SHA256 and Crypt-SHA512",
"license": "MIT", "license": "MIT",
"web": "https://github.com/napalu/nimcrypt", "web": "https://github.com/napalu/nimcrypt",
"doc": "https://github.com/napalu/nimcrypt/blob/v0.0.1/README.md" "doc": "https://github.com/napalu/nimcrypt"
}, },
{ {
"name": "surfing", "name": "surfing",
@ -24878,7 +24878,7 @@
"description": "Simple ECS implementation for Nim", "description": "Simple ECS implementation for Nim",
"license": "MIT", "license": "MIT",
"web": "https://github.com/Timofffee/tecs.nim", "web": "https://github.com/Timofffee/tecs.nim",
"doc": "https://timofffee.github.io/tecs.nim/" "doc": "https://timofffee.github.io/tecs.nim/tecs.html"
}, },
{ {
"name": "dataUrl", "name": "dataUrl",
@ -25803,8 +25803,8 @@
], ],
"description": "Nim implementation of user-agent parser", "description": "Nim implementation of user-agent parser",
"license": "Apache-2.0", "license": "Apache-2.0",
"web": "https://gitlab.com/artemklevtsov/nim-uap/-/blob/master/README.md", "web": "https://gitlab.com/artemklevtsov/nim-uap/",
"doc": "https://artemklevtsov.gitlab.io/nim-uap/ua.html" "doc": "https://artemklevtsov.gitlab.io/nim-uap/"
}, },
{ {
"name": "madam", "name": "madam",
@ -26333,7 +26333,7 @@
}, },
{ {
"name": "govee", "name": "govee",
"url": "https://github.com/nonimportant/nim-govee", "url": "https://github.com/neroist/nim-govee",
"method": "git", "method": "git",
"tags": [ "tags": [
"govee", "govee",
@ -26342,8 +26342,8 @@
], ],
"description": "A Nim wrapper for the Govee API.", "description": "A Nim wrapper for the Govee API.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/nonimportant/nim-govee", "web": "https://github.com/neroist/nim-govee",
"doc": "https://nonimportant.github.io/nim-govee/" "doc": "https://neroist.github.io/nim-govee/"
}, },
{ {
"name": "bamboo_websocket", "name": "bamboo_websocket",
@ -26898,7 +26898,7 @@
"description": "Fetch fushinsha serif data and save as csv files", "description": "Fetch fushinsha serif data and save as csv files",
"license": "MIT", "license": "MIT",
"web": "https://github.com/eggplants/fushin", "web": "https://github.com/eggplants/fushin",
"doc": "https://egpl.ga/fushin/fushin.html" "doc": "https://egpl.dev/fushin/fushin.html"
}, },
{ {
"name": "urlon", "name": "urlon",