about summary refs log tree commit diff
path: root/pkgs/tools/misc/coreboot-utils
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@users.noreply.github.com>2021-03-03 18:25:12 +0100
committerGitHub <noreply@github.com>2021-03-03 18:25:12 +0100
commita2b0ea6865b2346ceb015259c76e111dcca039c5 (patch)
tree590ce8ea5181acdfd0b31195b57fd50f11cba83f /pkgs/tools/misc/coreboot-utils
parentc847eaa0538c746027b274bc7247bf0d85811490 (diff)
coreboot-utils: Add Felix Singer as a maintainer (#115001)
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'pkgs/tools/misc/coreboot-utils')
-rw-r--r--pkgs/tools/misc/coreboot-utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/coreboot-utils/default.nix b/pkgs/tools/misc/coreboot-utils/default.nix
index c05d50cdbc1b0..39e6e6f211a34 100644
--- a/pkgs/tools/misc/coreboot-utils/default.nix
+++ b/pkgs/tools/misc/coreboot-utils/default.nix
@@ -7,7 +7,7 @@ let
     description = "Various coreboot-related tools";
     homepage = "https://www.coreboot.org";
     license = licenses.gpl2;
-    maintainers = [ maintainers.petabyteboy ];
+    maintainers = with maintainers; [ petabyteboy felixsinger ];
     platforms = platforms.linux;
   };