From 084643665ae946f1cf3e5cd442b15d1a8f8b2c7f Mon Sep 17 00:00:00 2001 From: Dmitry Atamanov Date: Fri, 25 May 2018 15:15:39 +0300 Subject: [PATCH] Update nimsnappyc url (#752) * I hate git * Update nimsnappyc url --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 2fabc11..3b11e72 100644 --- a/packages.json +++ b/packages.json @@ -9335,7 +9335,7 @@ }, { "name": "nimsnappyc", - "url": "https://github.com/data-man/nimsnappyc", + "url": "https://github.com/NimCompression/nimsnappyc", "method": "git", "tags": [ "snappy", @@ -9345,7 +9345,7 @@ ], "description": "Wrapper for the Snappy-C compression library", "license": "MIT", - "web": "https://github.com/data-man/nimsnappyc" + "web": "https://github.com/NimCompression/nimsnappyc" }, { "name": "websitecreator",