tpm2-abrmd,tpm2-tss,tpm2-tools,tpm2-pytss: Add scottstephens to maintainers (#452305)

This commit is contained in:
Philip Taron
2025-11-03 16:49:29 +00:00
committed by GitHub
4 changed files with 13 additions and 4 deletions
+4 -1
View File
@@ -65,6 +65,9 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tpm2-software/tpm2-tools";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [
matthiasbeyer
scottstephens
];
};
}
+1 -1
View File
@@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tpm2-software/tpm2-tools";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = [ ];
maintainers = with maintainers; [ scottstephens ];
};
}
@@ -171,6 +171,9 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/tpm2-software/tpm2-tss";
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ baloo ];
maintainers = with maintainers; [
baloo
scottstephens
];
};
})
@@ -107,6 +107,9 @@ buildPythonPackage rec {
changelog = "https://github.com/tpm2-software/tpm2-pytss/blob/${version}/CHANGELOG.md";
description = "TPM2 TSS Python bindings for Enhanced System API (ESYS)";
license = licenses.bsd2;
maintainers = with maintainers; [ baloo ];
maintainers = with maintainers; [
baloo
scottstephens
];
};
}