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