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:
Seong Yong-ju 2021-11-14 18:44:42 +09:00
parent 83716e5bc7
commit 4d53964801
2 changed files with 8 additions and 2 deletions

View file

@ -13156,4 +13156,10 @@
github = "zupo"; github = "zupo";
githubId = 311580; githubId = 311580;
}; };
sei40kr = {
name = "Seong Yong-ju";
email = "sei40kr@gmail.com";
github = "sei40kr";
githubId = 11665236;
};
} }

View file

@ -4,7 +4,7 @@ stdenvNoCC.mkDerivation rec {
pname = "zinit"; pname = "zinit";
version = "3.7"; version = "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zdharma"; owner = "zdharma-continuum";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-B+cTGz+U8MR22l6xXdRAAjDr+ulCk+CJ9GllFMK0axE="; hash = "sha256-B+cTGz+U8MR22l6xXdRAAjDr+ulCk+CJ9GllFMK0axE=";
@ -37,6 +37,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/zdharma/zinit"; homepage = "https://github.com/zdharma/zinit";
description = "Flexible zsh plugin manager"; description = "Flexible zsh plugin manager";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ pasqui23 ]; maintainers = with maintainers; [ pasqui23 sei40kr ];
}; };
} }