about summary refs log tree commit diff
path: root/pkgs/shells/zsh/zsh-prezto
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 /pkgs/shells/zsh/zsh-prezto
parent6f94d834a17b5fae9368e047b16e4fc373c1247c (diff)
maintainers: add holymonson
Diffstat (limited to 'pkgs/shells/zsh/zsh-prezto')
-rw-r--r--pkgs/shells/zsh/zsh-prezto/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }