maintainers: add holymonson

This commit is contained in:
Monson Shao
2021-01-23 21:29:37 +08:00
parent 6f94d834a1
commit 99b3d904e7
2 changed files with 7 additions and 0 deletions

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