summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2023-02-06 00:31:57 +0100
committerajs124 <git@ajs124.de>2023-02-06 00:31:57 +0100
commit930d4df5120449c968bd1190ec72b4783c755cb3 (patch)
tree1ae2c8eeb0f91750189107682a99839c294a841b
parent28116031e25579216521f7b091160cb0f355e058 (diff)
downloadnixpkgs-930d4df5120449c968bd1190ec72b4783c755cb3.tar
nixpkgs-930d4df5120449c968bd1190ec72b4783c755cb3.tar.gz
nixpkgs-930d4df5120449c968bd1190ec72b4783c755cb3.tar.bz2
nixpkgs-930d4df5120449c968bd1190ec72b4783c755cb3.tar.lz
nixpkgs-930d4df5120449c968bd1190ec72b4783c755cb3.tar.xz
nixpkgs-930d4df5120449c968bd1190ec72b4783c755cb3.tar.zst
nixpkgs-930d4df5120449c968bd1190ec72b4783c755cb3.zip
uefitool: remove myself as maintainer
-rw-r--r--pkgs/tools/system/uefitool/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/uefitool/common.nix b/pkgs/tools/system/uefitool/common.nix
index 7b9c8f2e57d..43d7480fc75 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;
   };