From 0306d64f143abc319c6ddfde5f6c4ef674b1852e Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Fri, 22 Dec 2023 16:08:20 -0700 Subject: [PATCH] add url rewrites --- vendor/urls.rules | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vendor/urls.rules b/vendor/urls.rules index e69de29..7636ff3 100644 --- a/vendor/urls.rules +++ b/vendor/urls.rules @@ -0,0 +1,8 @@ +https://github.com/status-im/nim-libp2p-dht.git -> https://github.com/codex-storage/nim-codex-dht.git +https://github.com/markspanbroek/questionable -> https://github.com/codex-storage/questionable +https://github.com/status-im/questionable -> https://github.com/codex-storage/questionable +https://github.com/status-im/asynctest -> https://github.com/codex-storage/asynctest +https://github.com/status-im/nim-datastore -> https://github.com/codex-storage/nim-datastore +https://github.com/cheatfate/nimcrypto -> https://github.com/status-im/nimcrypto +protobufserialization -> protobuf_serialization +protobufserialization -> https://github.com/status-im/nim-protobuf-serialization