From 7896c81d3ee98333f75aa330fcd23c0fac0b63fd Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 28 Oct 2025 15:39:40 +1100 Subject: [PATCH] update web for libp2p, and libp2p dht --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index ac98487..c887eff 100644 --- a/packages.json +++ b/packages.json @@ -8129,11 +8129,11 @@ ], "description": "libp2p implementation in Nim", "license": "Apache License 2.0", - "web": "https://github.com/status-im/nim-libp2p" + "web": "https://github.com/vacp2p/nim-libp2p" }, { "name": "libp2pdht", - "url": "https://github.com/status-im/nim-libp2p-dht", + "url": "https://github.com/codex-storage/nim-codex-dht", "method": "git", "tags": [ "library", @@ -8144,7 +8144,7 @@ ], "description": "DHT based on the libp2p Kademlia spec", "license": "Apache License 2.0", - "web": "https://github.com/status-im/nim-libp2p" + "web": "https://github.com/codex-storage/nim-codex-dht" }, { "name": "nitro",