abc-verifier: update license to be more precise

This commit is contained in:
pancaek
2026-06-15 11:19:02 -07:00
parent 18c75ea2a3
commit c67573daa2
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Tool for sequential logic synthesis and formal verification";
homepage = "https://people.eecs.berkeley.edu/~alanmi/abc";
license = lib.licenses.mit;
license = lib.licenses.mit-modern;
maintainers = with lib.maintainers; [
thoughtpolice
Luflosi