From 91b90bc8c79a3ddc147a7b86e700d8e4a0909096 Mon Sep 17 00:00:00 2001 From: Zane van Iperen Date: Sat, 4 Nov 2023 21:15:34 +1000 Subject: [PATCH] fiji: remove myself as maintainer --- pkgs/applications/graphics/fiji/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/fiji/default.nix b/pkgs/applications/graphics/fiji/default.nix index 039eb45a2967..e3847b98d519 100644 --- a/pkgs/applications/graphics/fiji/default.nix +++ b/pkgs/applications/graphics/fiji/default.nix @@ -71,6 +71,6 @@ stdenv.mkDerivation rec { binaryNativeCode ]; license = with lib.licenses; [ gpl2Plus gpl3Plus bsd2 publicDomain ]; - maintainers = with maintainers; [ zane ]; + maintainers = with maintainers; [ ]; }; }