Merge pull request #125829 from KarlJoad/verilator-license

verilator: specify lgpl3Only license
This commit is contained in:
Sandro 2021-06-06 03:34:59 +02:00 committed by GitHub
commit 27978c0ae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Fast and robust (System)Verilog simulator/compiler";
homepage = "https://www.veripool.org/wiki/verilator";
license = licenses.lgpl3;
license = with licenses; [ lgpl3Only artistic2 ];
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice ];
};