mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Merge pull request #128839 from felixsinger/pkgs/flashrom/add-maintainer
flashrom: Add Felix Singer as maintainer
This commit is contained in:
commit
dd9790a83f
@ -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 New Issue
Block a user