From 3396475f14f01773be42654be4b300f9dc313ac9 Mon Sep 17 00:00:00 2001 From: Spencer von der Ohe Date: Sat, 10 Jun 2023 15:39:04 -0600 Subject: [PATCH] Fix package info --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d006002..6db657e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Node.js multiprocessing library similar to multiprocessing.Pool in Python", "repository": { "type": "git", - "url": "https://github.com/ryanpon/node-multiprocessing" + "url": "https://github.com/sazzy4o/multiprocess-pool" }, "main": "./dist/index.js", "scripts": {