From e8771cc3c74de4d06f60c09272a1c5c6b558c7d5 Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Mon, 13 May 2024 10:38:20 +0100 Subject: [PATCH] heatseeker: remove michaelpj as maintainer --- pkgs/tools/misc/heatseeker/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/heatseeker/default.nix b/pkgs/tools/misc/heatseeker/default.nix index 24da793445cb..210e184e9d4a 100644 --- a/pkgs/tools/misc/heatseeker/default.nix +++ b/pkgs/tools/misc/heatseeker/default.nix @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { description = "A general-purpose fuzzy selector"; homepage = "https://github.com/rschmitt/heatseeker"; license = licenses.mit; - maintainers = [ maintainers.michaelpj ]; + maintainers = [ ]; mainProgram = "hs"; platforms = platforms.unix; }; -- 2.11.4.GIT