lzbench: fix license

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
Weijia Wang
2025-07-23 08:54:17 +02:00
co-authored by Aleksana
parent 466aa3be72
commit bad9028f07
+4 -1
View File
@@ -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";