From c3c7c331348827f904e1f62db85c539fff2258e9 Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Mon, 13 May 2024 10:37:53 +0100 Subject: [PATCH] throttled: remove michaelpj as maintainer --- pkgs/tools/system/throttled/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/throttled/default.nix b/pkgs/tools/system/throttled/default.nix index 1fa67fb1c224..076cd1c020a7 100644 --- a/pkgs/tools/system/throttled/default.nix +++ b/pkgs/tools/system/throttled/default.nix @@ -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; [ ]; }; }