Merge pull request #26011 from disassembler/minisat-unstable

minisat: fix maintainer
This commit is contained in:
Jörg Thalheim 2017-05-23 06:33:58 +01:00 committed by GitHub
commit 51930ce432
2 changed files with 2 additions and 2 deletions

View file

@ -235,6 +235,6 @@ in {
};
};
meta.maintainers = with lib.maintainers; [ nand0p Mic92 ];
meta.maintainers = with lib.maintainers; [ nand0p mic92 ];
}

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/";