vimPlugins: resolve github repository redirects
This commit is contained in:
parent
4204de06fb
commit
6cc2a43e59
@ -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 {
|
||||
|
@ -141,7 +141,6 @@ hsanson/vim-android
|
||||
hsitz/VimOrganizer
|
||||
iamcco/coc-spell-checker
|
||||
ianks/vim-tsx
|
||||
icymind/NeoSolarized
|
||||
idris-hackers/idris-vim
|
||||
Inazuma110/deoplete-greek
|
||||
inkarkat/vim-SyntaxRange
|
||||
@ -366,6 +365,7 @@ osyo-manga/shabadou.vim
|
||||
osyo-manga/vim-anzu
|
||||
osyo-manga/vim-textobj-multiblock
|
||||
osyo-manga/vim-watchdogs
|
||||
overcache/NeoSolarized
|
||||
pangloss/vim-javascript
|
||||
parsonsmatt/intero-neovim
|
||||
pearofducks/ansible-vim
|
||||
|
Loading…
Reference in New Issue
Block a user