transfer snappy ownership to status-im (#2117)

This commit is contained in:
andri lim 2022-01-10 09:48:15 +07:00 committed by GitHub
parent 41e799240f
commit 8f8fbd6fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",