From 3a7244f68b17c22e3a08a79f0c82c1ebfc7df569 Mon Sep 17 00:00:00 2001 From: Kyle Ondy Date: Fri, 30 Dec 2022 12:45:41 -0500 Subject: [PATCH] spaceship-prompt: add kyleondy as maintainer Kyle Ondy uses spaceship-prompt 10+ hours a day, both at work on an M1 macbook and on Intel and AMD machines at home. --- pkgs/shells/zsh/spaceship-prompt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/zsh/spaceship-prompt/default.nix b/pkgs/shells/zsh/spaceship-prompt/default.nix index e5187658eeb9..b7410416b769 100644 --- a/pkgs/shells/zsh/spaceship-prompt/default.nix +++ b/pkgs/shells/zsh/spaceship-prompt/default.nix @@ -34,6 +34,6 @@ stdenvNoCC.mkDerivation rec { changelog = "https://github.com/spaceship-prompt/spaceship-prompt/releases/tag/v${version}"; license = licenses.mit; platforms = platforms.unix; - maintainers = with maintainers; [ nyanloutre fortuneteller2k ]; + maintainers = with maintainers; [ nyanloutre fortuneteller2k kyleondy ]; }; }