vimPlugins: resolve github repository redirects

This commit is contained in:
David Wood
2020-06-04 16:56:21 +01:00
committed by Jon
parent 4204de06fb
commit 6cc2a43e59
2 changed files with 3 additions and 3 deletions

View File

@@ -2379,12 +2379,12 @@ let
pname = "NeoSolarized";
version = "2020-03-10";
src = fetchFromGitHub {
owner = "icymind";
owner = "overcache";
repo = "NeoSolarized";
rev = "70609c44215c8d2c43ad8c631296caae08a9c8d4";
sha256 = "0bxrm2vm3z1y37sm6m2hdn72g2sw31dx1xhmjvd0ng72cnp84d9k";
};
meta.homepage = "https://github.com/icymind/NeoSolarized/";
meta.homepage = "https://github.com/overcache/NeoSolarized/";
};
neoterm = buildVimPluginFrom2Nix {