forked from mirrors/nixpkgs
flashrom: Add Felix Singer as maintainer
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
993a678217
commit
4bcafb8ff1
|
@ -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 a new issue