heatseeker: remove michaelpj as maintainer

This commit is contained in:
Michael Peyton Jones 2024-05-13 10:38:20 +01:00
parent bf5bec1538
commit e8771cc3c7
No known key found for this signature in database
GPG Key ID: 86A43C24A728F66D

View File

@ -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;
};