maintainers: add holymonson

This commit is contained in:
Monson Shao 2021-01-23 21:29:37 +08:00
parent 6f94d834a1
commit 99b3d904e7
No known key found for this signature in database
GPG key ID: 163271C707982C65
2 changed files with 7 additions and 0 deletions

View file

@ -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";

View file

@ -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;
};
}