Merge pull request #128839 from felixsinger/pkgs/flashrom/add-maintainer

flashrom: Add Felix Singer as maintainer

authored by

Pavol Rusnak and committed by
GitHub
dd9790a8 f83eb93a

+1 -1
+1 -1
pkgs/tools/misc/flashrom/default.nix
··· 40 40 homepage = "http://www.flashrom.org"; 41 41 description = "Utility for reading, writing, erasing and verifying flash ROM chips"; 42 42 license = licenses.gpl2; 43 - maintainers = with maintainers; [ funfunctor fpletz ]; 43 + maintainers = with maintainers; [ funfunctor fpletz felixsinger ]; 44 44 platforms = platforms.all; 45 45 broken = stdenv.isDarwin; # requires DirectHW 46 46 };