throttled: remove michaelpj as maintainer

This commit is contained in:
Michael Peyton Jones 2024-05-13 10:37:53 +01:00
parent a28ee4912c
commit c3c7c33134
No known key found for this signature in database
GPG Key ID: 86A43C24A728F66D

View File

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/erpalma/throttled";
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ michaelpj ];
maintainers = with maintainers; [ ];
};
}