Add meta to intel 2023
All checks were successful
CI / build:cross (pull_request) Successful in 6s
CI / build:all (pull_request) Successful in 15s

This commit is contained in:
2025-10-06 16:42:40 +02:00
parent fee9c0ffe7
commit dd7744358f
7 changed files with 40 additions and 4 deletions

View File

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