From 930d4df5120449c968bd1190ec72b4783c755cb3 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Mon, 6 Feb 2023 00:31:57 +0100 Subject: [PATCH] uefitool: remove myself as maintainer --- pkgs/tools/system/uefitool/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/uefitool/common.nix b/pkgs/tools/system/uefitool/common.nix index 7b9c8f2e57df..43d7480fc757 100644 --- a/pkgs/tools/system/uefitool/common.nix +++ b/pkgs/tools/system/uefitool/common.nix @@ -34,7 +34,7 @@ mkDerivation rec { description = "UEFI firmware image viewer and editor"; homepage = "https://github.com/LongSoft/uefitool"; license = licenses.bsd2; - maintainers = with maintainers; [ ajs124 ]; + maintainers = with maintainers; [ ]; # uefitool supposedly works on other platforms, but their build script only works on linux in nixpkgs platforms = platforms.linux; };