about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorGutyina Gergő <gutyina.gergo.2@gmail.com>2024-01-20 23:39:07 +0100
committerGutyina Gergő <gutyina.gergo.2@gmail.com>2024-01-20 23:39:07 +0100
commit9083a8f02f3afe1350465f2cb2a7bd6842b2b22e (patch)
treefd6d6f5ed96dac1f6c72b0a01c753386a31a109f /pkgs/applications/window-managers
parent0659bf8c1f01a635f3e7b87d598e65452becb992 (diff)
picom: add maintainer gepbird
Diffstat (limited to 'pkgs/applications/window-managers')
-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 4a8032db5e9cf..27b54b23fa849 100644
--- a/pkgs/applications/window-managers/picom/default.nix
+++ b/pkgs/applications/window-managers/picom/default.nix
@@ -111,7 +111,7 @@ stdenv.mkDerivation (finalAttrs: {
     '';
     license = licenses.mit;
     homepage = "https://github.com/yshui/picom";
-    maintainers = with maintainers; [ ertes twey thiagokokada ];
+    maintainers = with maintainers; [ ertes gepbird twey thiagokokada ];
     platforms = platforms.linux;
     mainProgram = "picom";
   };