From e11b2c5a2101467b3014fb6f3b2c2ffabd5009db Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Thu, 24 Aug 2023 21:39:53 +0200 Subject: [PATCH] acpica-tools: add delroth to maintainers --- pkgs/tools/system/acpica-tools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/acpica-tools/default.nix b/pkgs/tools/system/acpica-tools/default.nix index 65f7b71d145c..7c41e7c8a518 100644 --- a/pkgs/tools/system/acpica-tools/default.nix +++ b/pkgs/tools/system/acpica-tools/default.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation rec { homepage = "https://www.acpica.org/"; description = "ACPICA Tools"; license = with licenses; [ iasl gpl2Only bsd3 ]; - maintainers = with maintainers; [ tadfisher ]; + maintainers = with maintainers; [ delroth tadfisher ]; platforms = platforms.linux ++ platforms.darwin; }; }