picom: add thiagokokada as maintainer

This commit is contained in:
Thiago Kenji Okada 2021-01-06 19:20:05 -03:00
parent 67e2cb0a02
commit 5902802e14

View File

@ -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;
};
}