1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

abc-verifier: fix typo in meta

This commit is contained in:
Vladimír Čunát 2017-07-15 09:26:38 +02:00
parent 08e0f106e3
commit 371ad29661
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
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";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;