From d51c7631dcc0f598692676f554c4e79d7596d541 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Tue, 6 Sep 2022 07:47:32 +0200 Subject: [PATCH] Update url for sqlite dependency (#64) The old repository on github redirects to this one. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43cc0af..1a01c1a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ If the active buffer (prior to the finder being launched) is attached to an LSP ## Requirements - [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) (required) -- [sqlite.lua](https://github.com/tami5/sqlite.lua) (required) +- [sqlite.lua](https://github.com/kkharji/sqlite.lua) (required) - [nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons) (optional) Timestamps and file records are stored in an [SQLite3](https://www.sqlite.org/index.html) database for persistence and speed. @@ -75,7 +75,7 @@ use { config = function() require"telescope".load_extension("frecency") end, - requires = {"tami5/sqlite.lua"} + requires = {"kkharji/sqlite.lua"} } ```