summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2023-11-17 18:03:27 +0800
committerfortuneteller2k <lythe1107@gmail.com>2023-11-17 18:03:27 +0800
commitd3c568b7bcb676ea84e6494c9e3740a997141c1e (patch)
tree3237acb3a1ed0ddb1b6e89e30f901b1df70acf30 /pkgs/shells
parentf0e5556c62a9b2bfd506e174c0f664b2afb6918e (diff)
downloadnixpkgs-d3c568b7bcb676ea84e6494c9e3740a997141c1e.tar
nixpkgs-d3c568b7bcb676ea84e6494c9e3740a997141c1e.tar.gz
nixpkgs-d3c568b7bcb676ea84e6494c9e3740a997141c1e.tar.bz2
nixpkgs-d3c568b7bcb676ea84e6494c9e3740a997141c1e.tar.lz
nixpkgs-d3c568b7bcb676ea84e6494c9e3740a997141c1e.tar.xz
nixpkgs-d3c568b7bcb676ea84e6494c9e3740a997141c1e.tar.zst
nixpkgs-d3c568b7bcb676ea84e6494c9e3740a997141c1e.zip
maintainers: fortuneteller2k -> moni
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/hilbish/default.nix2
-rw-r--r--pkgs/shells/zsh/spaceship-prompt/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/hilbish/default.nix b/pkgs/shells/hilbish/default.nix
index e558402543b..f5450e1da5c 100644
--- a/pkgs/shells/hilbish/default.nix
+++ b/pkgs/shells/hilbish/default.nix
@@ -35,7 +35,7 @@ buildGoModule rec {
     description = "An interactive Unix-like shell written in Go";
     changelog = "https://github.com/Rosettea/Hilbish/releases/tag/v${version}";
     homepage = "https://github.com/Rosettea/Hilbish";
-    maintainers = with maintainers; [ fortuneteller2k ];
+    maintainers = with maintainers; [ moni ];
     license = licenses.mit;
   };
 }
diff --git a/pkgs/shells/zsh/spaceship-prompt/default.nix b/pkgs/shells/zsh/spaceship-prompt/default.nix
index b7c7284e9f4..5dc50c558ac 100644
--- a/pkgs/shells/zsh/spaceship-prompt/default.nix
+++ b/pkgs/shells/zsh/spaceship-prompt/default.nix
@@ -35,6 +35,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 kyleondy ];
+    maintainers = with maintainers; [ nyanloutre moni kyleondy ];
   };
 }