abc-verifier: fix typo in meta
This commit is contained in:
parent
08e0f106e3
commit
371ad29661
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tool for squential logic synthesis and ormal verification";
|
description = "A tool for squential logic synthesis and formal verification";
|
||||||
homepage = "https://people.eecs.berkeley.edu/~alanmi/abc/abc.htm";
|
homepage = "https://people.eecs.berkeley.edu/~alanmi/abc/abc.htm";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user