summary refs log tree commit diff
path: root/pkgs/applications/window-managers/picom
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2021-01-06 19:20:05 -0300
committerThiago Kenji Okada <thiagokokada@gmail.com>2021-01-06 19:20:05 -0300
commit5902802e14639abc91561ea9cf2cd6a16644b712 (patch)
treebb61e0d0c835d00784732fad9e5abd0b87d4ecd0 /pkgs/applications/window-managers/picom
parent67e2cb0a02dfda59431e6fc60c085929e29886ce (diff)
downloadnixpkgs-5902802e14639abc91561ea9cf2cd6a16644b712.tar
nixpkgs-5902802e14639abc91561ea9cf2cd6a16644b712.tar.gz
nixpkgs-5902802e14639abc91561ea9cf2cd6a16644b712.tar.bz2
nixpkgs-5902802e14639abc91561ea9cf2cd6a16644b712.tar.lz
nixpkgs-5902802e14639abc91561ea9cf2cd6a16644b712.tar.xz
nixpkgs-5902802e14639abc91561ea9cf2cd6a16644b712.tar.zst
nixpkgs-5902802e14639abc91561ea9cf2cd6a16644b712.zip
picom: add thiagokokada as maintainer
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 f7420473425..4287dd2db02 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 twey ];
+    maintainers = with maintainers; [ ertes twey thiagokokada ];
     platforms = platforms.linux;
   };
 }