about summary refs log tree commit diff
path: root/pkgs/tools/misc/flashrom
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-07-01 04:54:38 +0200
committerFelix Singer <felixsinger@posteo.net>2021-07-01 04:54:38 +0200
commit4bcafb8ff11cf21953cb7ffe113c5b0832ad2b22 (patch)
tree2ae2c036efae8bd74f738af942762aff6d783fb3 /pkgs/tools/misc/flashrom
parent993a67821705151cf0a196581b3bbabfeb14560b (diff)
flashrom: Add Felix Singer as maintainer
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'pkgs/tools/misc/flashrom')
-rw-r--r--pkgs/tools/misc/flashrom/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/flashrom/default.nix b/pkgs/tools/misc/flashrom/default.nix
index 07a2d02b0b2a3..e4e4868e4d9f4 100644
--- a/pkgs/tools/misc/flashrom/default.nix
+++ b/pkgs/tools/misc/flashrom/default.nix
@@ -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
   };