Skip to content

Commit

Permalink
vimPlugins: resolve github repository redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtwco authored and Jon committed Jun 4, 2020
1 parent 4204de0 commit 6cc2a43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/vim-plugins/generated.nix
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6cc2a43

Please sign in to comment.