maintainers: add holymonson

wip/yesman
Monson Shao 3 years ago
parent 6f94d834a1
commit 99b3d904e7
No known key found for this signature in database
GPG Key ID: 163271C707982C65
  1. 6
      maintainers/maintainer-list.nix
  2. 1
      pkgs/shells/zsh/zsh-prezto/default.nix

@ -3699,6 +3699,12 @@
githubId = 896431;
name = "Chris Hodapp";
};
holymonson = {
email = "holymonson@gmail.com";
github = "holymonson";
githubId = 902012;
name = "Monson Shao";
};
hongchangwu = {
email = "wuhc85@gmail.com";
github = "hongchangwu";

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
description = "Prezto is the configuration framework for Zsh; it enriches the command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes";
homepage = "https://github.com/sorin-ionescu/prezto";
license = licenses.mit;
maintainers = with maintainers; [ holymonson ];
platforms = platforms.unix;
};
}

Loading…
Cancel
Save