summary refs log tree commit diff
diff options
context:
space:
mode:
authorKyle Ondy <kyle@ondy.org>2022-12-30 12:45:41 -0500
committerKyle Ondy <kyle@ondy.org>2022-12-30 12:45:41 -0500
commit3a7244f68b17c22e3a08a79f0c82c1ebfc7df569 (patch)
treee5e80f1150822948bc5fb8a3741710f368a0f830
parent6c6409e965a6c883677be7b9d87a95fab6c3472e (diff)
downloadnixpkgs-3a7244f68b17c22e3a08a79f0c82c1ebfc7df569.tar
nixpkgs-3a7244f68b17c22e3a08a79f0c82c1ebfc7df569.tar.gz
nixpkgs-3a7244f68b17c22e3a08a79f0c82c1ebfc7df569.tar.bz2
nixpkgs-3a7244f68b17c22e3a08a79f0c82c1ebfc7df569.tar.lz
nixpkgs-3a7244f68b17c22e3a08a79f0c82c1ebfc7df569.tar.xz
nixpkgs-3a7244f68b17c22e3a08a79f0c82c1ebfc7df569.tar.zst
nixpkgs-3a7244f68b17c22e3a08a79f0c82c1ebfc7df569.zip
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.
-rw-r--r--pkgs/shells/zsh/spaceship-prompt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/zsh/spaceship-prompt/default.nix b/pkgs/shells/zsh/spaceship-prompt/default.nix
index e5187658eeb..b7410416b76 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 ];
   };
 }