summary refs log tree commit diff
path: root/pkgs/applications/window-managers/picom
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/picom')
-rw-r--r--pkgs/applications/window-managers/picom/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/picom/default.nix b/pkgs/applications/window-managers/picom/default.nix
index 064e555f3a5..2bfd4f7e085 100644
--- a/pkgs/applications/window-managers/picom/default.nix
+++ b/pkgs/applications/window-managers/picom/default.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
     '';
     license = licenses.mit;
     homepage = "https://github.com/yshui/picom";
-    maintainers = with maintainers; [ ertes enzime twey ];
+    maintainers = with maintainers; [ ertes twey ];
     platforms = platforms.linux;
   };
 }