about summary refs log tree commit diff
path: root/pkgs/tools/misc/coreboot-utils
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:51:46 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:12 +0200
commit99466ee39ebc0696e7fa79f0eaddee71819892eb (patch)
tree42bce54d8c36ef5079da69dc8dc9a9d3764b20a6 /pkgs/tools/misc/coreboot-utils
parenteec156df9c7e1941564bedd625e0f7d176d3ac78 (diff)
maintainers: remove petabyteboy
github account deleted
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 783af7fda718c..9132c9502a78a 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 = with licenses; [ gpl2Only gpl2Plus ];
-    maintainers = with maintainers; [ petabyteboy felixsinger yuka ];
+    maintainers = with maintainers; [ felixsinger yuka ];
     platforms = platforms.linux;
   };