From ca63c5985e04d49144e3b5c806fcc546f98ccefb Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 23 Aug 2020 14:29:14 +0100 Subject: [PATCH] Remove nimsuggest as its now bundled with Nim. Fixes https://github.com/nim-lang/nimble/issues/836 --- packages.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/packages.json b/packages.json index 31f7e33..8d1d708 100644 --- a/packages.json +++ b/packages.json @@ -2542,21 +2542,6 @@ "license": "MIT", "web": "https://github.com/def-/nim-brainfuck" }, - { - "name": "nimsuggest", - "url": "https://github.com/nim-lang/nimsuggest.git", - "method": "git", - "tags": [ - "binary", - "app", - "suggest", - "compiler", - "autocomplete" - ], - "description": "Tool for providing auto completion data for Nim source code.", - "license": "MIT", - "web": "https://github.com/nim-lang/nimsuggest" - }, { "name": "jwt", "url": "https://github.com/yglukhov/nim-jwt.git",