lzbench: add maintainer videl

This commit is contained in:
Thibaut Smith
2025-07-23 00:21:06 +02:00
parent ade9b5843c
commit 466aa3be72
+1
View File
@@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
description = "In-memory benchmark of open-source LZ77/LZSS/LZMA compressors";
license = licenses.free;
platforms = platforms.all;
maintainers = with lib.maintainers; [ videl ];
mainProgram = "lzbench";
};
}