coreboot-utils: Add Felix Singer as a maintainer (#115001)

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2021-03-03 18:25:12 +01:00
committed by GitHub
parent c847eaa053
commit a2b0ea6865

View File

@@ -7,7 +7,7 @@ let
description = "Various coreboot-related tools";
homepage = "https://www.coreboot.org";
license = licenses.gpl2;
maintainers = [ maintainers.petabyteboy ];
maintainers = with maintainers; [ petabyteboy felixsinger ];
platforms = platforms.linux;
};