From c5aa149ef9d87cc49f4861b5cc9f054aa31d614d Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Wed, 17 Jul 2024 11:27:35 -0300 Subject: [PATCH] bash-5: remove dtzWill as maintainer [orphan] Since theey is not active in a long span of time. --- pkgs/shells/bash/5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/bash/5.nix b/pkgs/shells/bash/5.nix index a757834a4f2d..578e338dcb0e 100644 --- a/pkgs/shells/bash/5.nix +++ b/pkgs/shells/bash/5.nix @@ -154,7 +154,7 @@ stdenv.mkDerivation rec { ''; license = licenses.gpl3Plus; platforms = platforms.all; - maintainers = with maintainers; [ dtzWill ]; + maintainers = with maintainers; [ ]; mainProgram = "bash"; }; }