mons: add thiagokokada as maintainer

This commit is contained in:
Thiago Kenji Okada 2021-02-27 17:53:44 -03:00
parent 5df05c902c
commit 3081bd0ca9

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "POSIX Shell script to quickly manage 2-monitors display"; description = "POSIX Shell script to quickly manage 2-monitors display";
homepage = "https://github.com/Ventto/mons.git"; homepage = "https://github.com/Ventto/mons.git";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.mschneider ]; maintainers = with maintainers; [ mschneider thiagokokada ];
}; };
} }