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.
main
Seong Yong-ju 3 years ago
parent 83716e5bc7
commit 4d53964801
  1. 6
      maintainers/maintainer-list.nix
  2. 4
      pkgs/shells/zsh/zinit/default.nix

@ -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…
Cancel
Save