vimPlugins: resolve github repository redirects
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user