From 99b3d904e73b8221345bde349a098e29898c66ce Mon Sep 17 00:00:00 2001 From: Monson Shao Date: Sat, 23 Jan 2021 21:29:37 +0800 Subject: [PATCH] maintainers: add holymonson --- maintainers/maintainer-list.nix | 6 ++++++ pkgs/shells/zsh/zsh-prezto/default.nix | 1 + 2 files changed, 7 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 134805b386f..ed8ecc6cd27 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.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"; diff --git a/pkgs/shells/zsh/zsh-prezto/default.nix b/pkgs/shells/zsh/zsh-prezto/default.nix index 866552ec0d1..9ff78975b75 100644 --- a/pkgs/shells/zsh/zsh-prezto/default.nix +++ b/pkgs/shells/zsh/zsh-prezto/default.nix @@ -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; }; }