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

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

View File

@@ -29,5 +29,7 @@ in stdenv.mkDerivation {
description = "AMD Power Profiler Driver";
homepage = "https://www.amd.com/es/developer/uprof.html";
platforms = lib.platforms.linux;
license = lib.licenses.unfree;
maintainers = with lib.maintainers.bsc; [ rarias ];
};
}