z3: add ttuegel to maintainers
This commit is contained in:
parent
1f512d7804
commit
616dd214d1
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/Z3Prover/z3";
|
homepage = "https://github.com/Z3Prover/z3";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.x86_64;
|
platforms = stdenv.lib.platforms.x86_64;
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ttuegel ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user