From 915fc42c0ea93c9aa28f3d191bae0c81c7526871 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Tue, 1 Oct 2024 11:42:48 +0200 Subject: [PATCH] fix repo links also --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e0a4294..bdc0b65 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/sodium-friends/sodium-native.git" + "url": "https://github.com/holepunchto/sodium-native.git" }, "contributors": [ "Emil Bay (http://bayes.dk)", @@ -43,7 +43,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/sodium-friends/sodium-native/issues" + "url": "https://github.com/holepunchto/sodium-native/issues" }, - "homepage": "https://github.com/sodium-friends/sodium-native" + "homepage": "https://github.com/holepunchto/sodium-native" }