Merge pull request #318489 from PJungkamp/maintainer

Add @PJungkamp to maintainers of `intel-media-sdk` and `vpl-gpu-rt`
This commit is contained in:
Silvan Mosberger
2024-06-13 02:26:20 +02:00
committed by GitHub
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -16343,6 +16343,12 @@
githubId = 4622652;
name = "Pedro Magalhães";
};
pjungkamp = {
email = "philipp@jungkamp.dev";
github = "PJungkamp";
githubId = 56401138;
name = "Philipp Jungkamp";
};
pkharvey = {
email = "kayharvey@protonmail.com";
github = "pkharvey";
+1 -1
View File
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
# CMake adds x86 specific compiler flags in <source>/builder/FindGlobals.cmake
# NOTE: https://github.com/oneapi-src/oneVPL-intel-gpu/issues/303
broken = !stdenv.hostPlatform.isx86;
maintainers = [ lib.maintainers.evanrichter ];
maintainers = with lib.maintainers; [ evanrichter pjungkamp ];
};
}
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
description = "Intel Media SDK";
mainProgram = "mfx-tracer-config";
license = licenses.mit;
maintainers = with maintainers; [ midchildan ];
maintainers = with maintainers; [ midchildan pjungkamp ];
platforms = [ "x86_64-linux" ];
};
}