about summary refs log tree commit diff
path: root/pkgs/tools/misc/heatseeker/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/heatseeker/default.nix')
-rw-r--r--pkgs/tools/misc/heatseeker/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/heatseeker/default.nix b/pkgs/tools/misc/heatseeker/default.nix
index 24da793445cb8..210e184e9d4a9 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;
   };