about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-10-26 15:40:41 -0400
committerGitHub <noreply@github.com>2022-10-26 15:40:41 -0400
commitbd6a57b27df985ba2c2acf582eef37bba2e95858 (patch)
tree54874e60c451fee148786abfa3c769bd86ccb359 /pkgs/applications/window-managers
parent0080e025b977d6c837df67682a5a36062f3ba4c0 (diff)
parent0d832ced721732fd2e4a0f519dbea3698aab909e (diff)
Merge pull request #197958 from jtojnar/unmaintain
Remove myself from maintainers in packages I do not use
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/phosh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/phosh/default.nix b/pkgs/applications/window-managers/phosh/default.nix
index 5c48953e79e35..332fd509e421d 100644
--- a/pkgs/applications/window-managers/phosh/default.nix
+++ b/pkgs/applications/window-managers/phosh/default.nix
@@ -128,7 +128,7 @@ stdenv.mkDerivation rec {
     description = "A pure Wayland shell prototype for GNOME on mobile devices";
     homepage = "https://gitlab.gnome.org/World/Phosh/phosh";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ jtojnar masipcat zhaofengli ];
+    maintainers = with maintainers; [ masipcat zhaofengli ];
     platforms = platforms.linux;
   };
 }