Commit 14d82407 authored by Felix Singer's avatar Felix Singer
Browse files

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: default avatarFelix Singer <felixsinger@posteo.net>
parent cdf3866f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };