lzbench: fix license
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
@@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "In-memory benchmark of open-source LZ77/LZSS/LZMA compressors";
|
||||
license = licenses.free;
|
||||
license = with licenses; [
|
||||
gpl2Only
|
||||
gpl3Only
|
||||
];
|
||||
platforms = platforms.all;
|
||||
maintainers = with lib.maintainers; [ videl ];
|
||||
mainProgram = "lzbench";
|
||||
|
||||
Reference in New Issue
Block a user