bash-5: remove dtzWill as maintainer [orphan]

Since theey is not active in a long span of time.
This commit is contained in:
Anderson Torres 2024-07-17 11:27:35 -03:00
parent aeda87464f
commit c5aa149ef9

View File

@ -154,7 +154,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
mainProgram = "bash";
};
}