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";
|
homepage = "http://www.flashrom.org";
|
||||||
description = "Utility for reading, writing, erasing and verifying flash ROM chips";
|
description = "Utility for reading, writing, erasing and verifying flash ROM chips";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ funfunctor fpletz ];
|
maintainers = with maintainers; [ funfunctor fpletz felixsinger ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
broken = stdenv.isDarwin; # requires DirectHW
|
broken = stdenv.isDarwin; # requires DirectHW
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user