From ca055a20c912734d732fb0ca149a95e233577871 Mon Sep 17 00:00:00 2001 From: Pietro Peterlongo Date: Sun, 1 Jan 2023 11:34:26 +0100 Subject: [PATCH] rename nimp5 to p5nim + alias + change repo (#2446) * rename nimp5 to p5nim + alias + change repo * fix alias --- packages.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 0aa2414..b154468 100644 --- a/packages.json +++ b/packages.json @@ -9876,7 +9876,11 @@ }, { "name": "nimp5", - "url": "https://github.com/Foldover/nim-p5", + "alias": "p5nim" + }, + { + "name": "p5nim", + "url": "https://github.com/pietroppeter/p5nim", "method": "git", "tags": [ "p5", @@ -9888,7 +9892,7 @@ ], "description": "Nim bindings for p5.js.", "license": "MIT", - "web": "https://github.com/Foldover/nim-p5" + "web": "https://github.com/pietroppeter/p5nim" }, { "name": "names",