flashrom: Remove Felix Singer from maintainers

I'm not involved in flashrom and I don't use it anymore, since it was
forked to flashprog a while ago. So I'm dropping my maintainership.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer 2024-11-06 12:29:17 +01:00
parent cdf3866ff2
commit 14d8240756

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.flashrom.org";
description = "Utility for reading, writing, erasing and verifying flash ROM chips";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ fpletz felixsinger ];
maintainers = with maintainers; [ fpletz ];
platforms = platforms.all;
mainProgram = "flashrom";
};