about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMonson Shao <holymonson@gmail.com>2021-01-23 21:29:37 +0800
committerMonson Shao <holymonson@gmail.com>2021-01-24 21:33:11 +0800
commit99b3d904e73b8221345bde349a098e29898c66ce (patch)
treee99a0eeea3edc41841502c503c962c2d9f173e5b
parent6f94d834a17b5fae9368e047b16e4fc373c1247c (diff)
maintainers: add holymonson
-rw-r--r--maintainers/maintainer-list.nix6
-rw-r--r--pkgs/shells/zsh/zsh-prezto/default.nix1
2 files changed, 7 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 134805b386f1c..ed8ecc6cd2771 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 866552ec0d1d9..9ff78975b75e4 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;
   };
 }