btor2tools: correct meta information
This commit is contained in:
parent
b9185a96be
commit
c676063047
@ -24,8 +24,8 @@ stdenv.mkDerivation {
|
|||||||
outputs = [ "out" "dev" "lib" ];
|
outputs = [ "out" "dev" "lib" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Fast SAT solver";
|
description = "A generic parser and tool package for the BTOR2 format";
|
||||||
homepage = http://fmv.jku.at/lingeling/;
|
homepage = "https://github.com/Boolector/btor2tools";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user