From 97a78b4e4e3e5708387d564d1ff77ad715c847d6 Mon Sep 17 00:00:00 2001 From: Danil Yarantsev Date: Sun, 5 Jul 2020 17:58:54 +0300 Subject: [PATCH] Remove pudge (it's a Go library now) (#1548) --- packages.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packages.json b/packages.json index 126a812..6633c3e 100644 --- a/packages.json +++ b/packages.json @@ -6161,19 +6161,6 @@ "license": "MIT", "web": "https://notabug.org/vktec/nim-gapbuffer" }, - { - "name": "pudge", - "url": "https://github.com/recoilme/pudge.git", - "method": "git", - "tags": [ - "wrapper", - "database", - "sophia" - ], - "description": "Pudge Db - it's modern key/value storage with memcached protocol support. Pudge Db implements a high-level cross-platform sockets interface to sophia db.", - "license": "MIT", - "web": "https://github.com/recoilme/pudge" - }, { "name": "etcd_client", "url": "https://github.com/FedericoCeratto/nim-etcd-client",