vimPlugins: resolve github repository redirects
This commit is contained in:
@@ -3291,12 +3291,12 @@ let
|
||||
pname = "tagbar";
|
||||
version = "2020-09-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "majutsushi";
|
||||
owner = "preservim";
|
||||
repo = "tagbar";
|
||||
rev = "30fb229937d640889448de9c4f8b71b19946c67b";
|
||||
sha256 = "01vl3id1fmkd8p9hb2x2mb5iyyfad5a84ibfl6fkr7sm59jfgc2j";
|
||||
};
|
||||
meta.homepage = "https://github.com/majutsushi/tagbar/";
|
||||
meta.homepage = "https://github.com/preservim/tagbar/";
|
||||
};
|
||||
|
||||
taglist-vim = buildVimPluginFrom2Nix {
|
||||
|
||||
Reference in New Issue
Block a user