From 8f8fbd6fea011d12b38ed1b6da1710e6573e4a54 Mon Sep 17 00:00:00 2001 From: andri lim Date: Mon, 10 Jan 2022 09:48:15 +0700 Subject: [PATCH] transfer snappy ownership to status-im (#2117) --- packages.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index f35d62a..659a3e9 100644 --- a/packages.json +++ b/packages.json @@ -12573,7 +12573,11 @@ }, { "name": "snappy", - "url": "https://github.com/jangko/snappy", + "alias": "nim-snappy" + }, + { + "name": "nim-snappy", + "url": "https://github.com/status-im/nim-snappy", "method": "git", "tags": [ "compression", @@ -12582,7 +12586,7 @@ ], "description": "Nim implementation of Snappy compression algorithm", "license": "MIT", - "web": "https://github.com/jangko/snappy" + "web": "https://github.com/status-im/nim-snappy" }, { "name": "loadenv",