tpm2-abrmd,tpm2-tss,tpm2-tools,tpm2-pytss: Add scottstephens to maintainers (#452305)
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user