z3: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel 2020-08-21 11:29:26 -05:00 committed by Jon
parent 1f512d7804
commit 616dd214d1

View file

@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Z3Prover/z3";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.x86_64;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ttuegel ];
};
}