summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers
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
parent67e2cb0a02dfda59431e6fc60c085929e29886ce (diff)
picom: add thiagokokada as maintainer
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 f74204734255..4287dd2db020 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;
};
}