Add meta to packages

This commit is contained in:
2025-09-30 15:10:38 +02:00
parent c4c3e54133
commit c9410dc5ab
26 changed files with 208 additions and 6 deletions

View File

@@ -42,8 +42,9 @@ stdenv.mkDerivation rec {
meta = {
description = "lmbench";
homepage = "http://www.bitmover.com/lmbench/";
maintainers = [ ];
homepage = "https://github.com/intel/lmbench";
maintainers = with lib.bsc.maintainers; [ rarias ];
platforms = lib.platforms.all;
license = lib.licenses.gpl2Plus;
};
}