sbsigntool: add hmenke as maintainer

This commit is contained in:
Henri Menke
2022-06-07 22:00:16 +02:00
committed by GitHub
parent aa8115c447
commit 53b3ad5398
+1 -1
View File
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Tools for maintaining UEFI signature databases";
homepage = "http://jk.ozlabs.org/docs/sbkeysync-maintaing-uefi-key-databases";
maintainers = [ maintainers.tstrobel ];
maintainers = with maintainers; [ hmenke tstrobel ];
platforms = [ "x86_64-linux" ]; # Broken on i686
license = licenses.gpl3;
};