3
0
Fork 0
forked from mirrors/nixpkgs

minisat: fix maintainer

This commit is contained in:
Samuel Leathers 2017-05-22 23:55:05 -04:00
parent 38625a8b1e
commit fdbcee03fe

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Compact and readable SAT solver";
maintainers = with maintainers; [ Mic92 ];
maintainers = with maintainers; [ mic92 ];
platforms = platforms.unix;
license = licenses.mit;
homepage = "http://minisat.se/";