Unverified Commit e8771cc3 authored by Michael Peyton Jones's avatar Michael Peyton Jones
Browse files

heatseeker: remove michaelpj as maintainer

parent bf5bec15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };