about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/misc/coreboot-utils
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/misc/coreboot-utils')
-rw-r--r--nixpkgs/pkgs/tools/misc/coreboot-utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/misc/coreboot-utils/default.nix b/nixpkgs/pkgs/tools/misc/coreboot-utils/default.nix
index 783af7fda718..9132c9502a78 100644
--- a/nixpkgs/pkgs/tools/misc/coreboot-utils/default.nix
+++ b/nixpkgs/pkgs/tools/misc/coreboot-utils/default.nix
@@ -7,7 +7,7 @@ let
     description = "Various coreboot-related tools";
     homepage = "https://www.coreboot.org";
     license = with licenses; [ gpl2Only gpl2Plus ];
-    maintainers = with maintainers; [ petabyteboy felixsinger yuka ];
+    maintainers = with maintainers; [ felixsinger yuka ];
     platforms = platforms.linux;
   };