From 684ccea4492bdf14fd17a81bc78ee9d75d9721c5 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 23 Oct 2024 23:51:24 -0500 Subject: [PATCH] btop: add khaneliman maintainer --- pkgs/tools/system/btop/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/system/btop/default.nix b/pkgs/tools/system/btop/default.nix index 0f67b4111aa6..f49f77f6e22c 100644 --- a/pkgs/tools/system/btop/default.nix +++ b/pkgs/tools/system/btop/default.nix @@ -56,7 +56,10 @@ stdenv.mkDerivation rec { changelog = "https://github.com/aristocratos/btop/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; platforms = platforms.linux ++ platforms.darwin; - maintainers = with maintainers; [ rmcgibbo ]; + maintainers = with maintainers; [ + khaneliman + rmcgibbo + ]; mainProgram = "btop"; }; }