vimPlugins: resolve github repository redirects
This commit is contained in:
parent
feab82d3b0
commit
20448e7fa3
|
@ -8279,12 +8279,12 @@ let
|
||||||
pname = "vimux";
|
pname = "vimux";
|
||||||
version = "2021-02-14";
|
version = "2021-02-14";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ostera";
|
owner = "preservim";
|
||||||
repo = "vimux";
|
repo = "vimux";
|
||||||
rev = "3693ec6f129fa10b1f3435829645c4607584c3ab";
|
rev = "3693ec6f129fa10b1f3435829645c4607584c3ab";
|
||||||
sha256 = "1pmcablswp2q32xc1njzfh5vxbani4a8n95k0jzhq0cz8w4ssxpw";
|
sha256 = "1pmcablswp2q32xc1njzfh5vxbani4a8n95k0jzhq0cz8w4ssxpw";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/ostera/vimux/";
|
meta.homepage = "https://github.com/preservim/vimux/";
|
||||||
};
|
};
|
||||||
|
|
||||||
vimwiki = buildVimPluginFrom2Nix {
|
vimwiki = buildVimPluginFrom2Nix {
|
||||||
|
|
|
@ -433,7 +433,6 @@ Olical/aniseed
|
||||||
Olical/conjure
|
Olical/conjure
|
||||||
onsails/lspkind-nvim
|
onsails/lspkind-nvim
|
||||||
OrangeT/vim-csharp
|
OrangeT/vim-csharp
|
||||||
ostera/vimux
|
|
||||||
osyo-manga/shabadou.vim
|
osyo-manga/shabadou.vim
|
||||||
osyo-manga/vim-anzu
|
osyo-manga/vim-anzu
|
||||||
osyo-manga/vim-over
|
osyo-manga/vim-over
|
||||||
|
@ -459,6 +458,7 @@ prabirshrestha/vim-lsp
|
||||||
preservim/nerdcommenter
|
preservim/nerdcommenter
|
||||||
preservim/nerdtree
|
preservim/nerdtree
|
||||||
preservim/tagbar
|
preservim/tagbar
|
||||||
|
preservim/vimux
|
||||||
psliwka/vim-smoothie
|
psliwka/vim-smoothie
|
||||||
ptzz/lf.vim
|
ptzz/lf.vim
|
||||||
puremourning/vimspector
|
puremourning/vimspector
|
||||||
|
|
Loading…
Reference in New Issue