Replace @rgv151's xxtea package with @andot's xxtea package.

Closes #335.
This commit is contained in:
Dominik Picheta 2016-04-06 10:57:11 +01:00
parent ba618ce9da
commit 348a6fa054

View File

@ -3197,7 +3197,7 @@
},
{
"name": "xxtea",
"url": "https://github.com/rgv151/xxtea.nim",
"url": "https://github.com/xxtea/xxtea-nim",
"method": "git",
"tags": [
"xxtea",
@ -3205,9 +3205,9 @@
"decrypt",
"crypto"
],
"description": "XXTEA wrapper for Nim",
"description": "XXTEA encryption algorithm library written in pure Nim.",
"license": "MIT",
"web": "https://github.com/rgv151/xxtea.nim"
"web": "https://github.com/xxtea/xxtea-nim"
},
{
"name": "xxhash",