about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/phosh
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2024-05-31 10:47:29 +1000
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2024-05-31 10:47:29 +1000
commitf1c7c63c6927af48d05ac749d8fcea32538d2848 (patch)
tree1dc47db49760b5851538c71d12958de95298c7fc /pkgs/applications/window-managers/phosh
parent6606ce9c0c8e1cf336cca01ba586feb43b7ff316 (diff)
Remove tomfitzhenry@ from some maintainership
I don't use these programs anymore, sadly.
Diffstat (limited to 'pkgs/applications/window-managers/phosh')
-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 df57c4cbec10b..1d0c0f0ba676c 100644
--- a/pkgs/applications/window-managers/phosh/default.nix
+++ b/pkgs/applications/window-managers/phosh/default.nix
@@ -124,7 +124,7 @@ stdenv.mkDerivation (finalAttrs: {
     homepage = "https://gitlab.gnome.org/World/Phosh/phosh";
     changelog = "https://gitlab.gnome.org/World/Phosh/phosh/-/blob/v${finalAttrs.version}/debian/changelog";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ masipcat tomfitzhenry zhaofengli ];
+    maintainers = with maintainers; [ masipcat zhaofengli ];
     platforms = platforms.linux;
     mainProgram = "phosh-session";
   };