Merge pull request #145888 from sei40kr/zdharma-continuum-zinit

zinit: zdharma/zinit -> zdharma-continuum/zinit
This commit is contained in:
Jörg Thalheim 2021-11-14 11:54:41 +00:00 committed by GitHub
commit 1739fa5fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -13166,4 +13166,10 @@
github = "zupo";
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";
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 ];
};
}