Merge pull request #319536 from katexochen/igvm-tooling/adopt

igvm-tooling: add katexochen as maintainer
This commit is contained in:
Paul Meyer 2024-06-13 19:37:15 +02:00 committed by GitHub
commit 946790278e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = [ acpica-tools ];
propagatedBuildInputs = with python3.pkgs; [
propagatedBuildInputs = (with python3.pkgs; [
setuptools
ecdsa
cstruct
@ -46,7 +46,7 @@ python3.pkgs.buildPythonApplication rec {
pytest
cached-property
frozendict
] ++ [
]) ++ [
acpica-tools
which
];
@ -62,7 +62,7 @@ python3.pkgs.buildPythonApplication rec {
description = "IGVM Image Generator";
homepage = "https://github.com/microsoft/igvm-tooling";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.malt3 ];
maintainers = with lib.maintainers; [ malt3 katexochen ];
changelog = "https://github.com/microsoft/igvm-tooling/releases/tag/igvm-${version}";
mainProgram = "igvmgen";
platforms = lib.platforms.all;