mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
zinit: zdharma/zinit -> zdharma-continuum/zinit
zdharma/zinit was suddenly deleted and no longer exists now. Make the derivation to refer a fork, zdharma-continuum/zinit.
This commit is contained in:
parent
83716e5bc7
commit
4d53964801
2 changed files with 8 additions and 2 deletions
|
@ -13156,4 +13156,10 @@
|
|||
github = "zupo";
|
||||
githubId = 311580;
|
||||
};
|
||||
sei40kr = {
|
||||
name = "Seong Yong-ju";
|
||||
email = "sei40kr@gmail.com";
|
||||
github = "sei40kr";
|
||||
githubId = 11665236;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
pname = "zinit";
|
||||
version = "3.7";
|
||||
src = fetchFromGitHub {
|
||||
owner = "zdharma";
|
||||
owner = "zdharma-continuum";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-B+cTGz+U8MR22l6xXdRAAjDr+ulCk+CJ9GllFMK0axE=";
|
||||
|
@ -37,6 +37,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
homepage = "https://github.com/zdharma/zinit";
|
||||
description = "Flexible zsh plugin manager";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ pasqui23 ];
|
||||
maintainers = with maintainers; [ pasqui23 sei40kr ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue