vimPlugins: resolve github repository redirects

This commit is contained in:
Will Badart 2020-11-13 11:55:42 -05:00 committed by Jonathan Ringer
parent 5eeff0d2bc
commit f53113e56c
2 changed files with 3 additions and 3 deletions

View File

@ -3411,12 +3411,12 @@ let
pname = "telescope-nvim";
version = "2020-11-13";
src = fetchFromGitHub {
owner = "nvim-lua";
owner = "nvim-telescope";
repo = "telescope.nvim";
rev = "3e58e1ab7d4c80fec7d9b02e3f27503bd72f21ff";
sha256 = "0ilxdffipa7mcaam1x21h0k578q2mq76a4ajnmmmis7066jk39z4";
};
meta.homepage = "https://github.com/nvim-lua/telescope.nvim/";
meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/";
};
tender-vim = buildVimPluginFrom2Nix {

View File

@ -373,7 +373,7 @@ nvie/vim-flake8
nvim-lua/completion-nvim
nvim-lua/diagnostic-nvim
nvim-lua/lsp_extensions.nvim
nvim-lua/telescope.nvim
nvim-telescope/telescope.nvim
nvim-treesitter/completion-treesitter
nvim-treesitter/nvim-treesitter
ocaml/vim-ocaml