mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
flashrom: Add Felix Singer as maintainer
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
993a678217
commit
4bcafb8ff1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://www.flashrom.org";
|
||||
description = "Utility for reading, writing, erasing and verifying flash ROM chips";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ funfunctor fpletz ];
|
||||
maintainers = with maintainers; [ funfunctor fpletz felixsinger ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin; # requires DirectHW
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue