vimPlugins: resolve github repository redirects

This commit is contained in:
ilian
2021-02-14 17:16:33 +01:00
parent feab82d3b0
commit 20448e7fa3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8279,12 +8279,12 @@ let
pname = "vimux";
version = "2021-02-14";
src = fetchFromGitHub {
owner = "ostera";
owner = "preservim";
repo = "vimux";
rev = "3693ec6f129fa10b1f3435829645c4607584c3ab";
sha256 = "1pmcablswp2q32xc1njzfh5vxbani4a8n95k0jzhq0cz8w4ssxpw";
};
meta.homepage = "https://github.com/ostera/vimux/";
meta.homepage = "https://github.com/preservim/vimux/";
};
vimwiki = buildVimPluginFrom2Nix {