From c9b95f54bcb481abd100b1bf6ef3525585ba88b5 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Tue, 8 Jan 2019 17:34:05 -0600 Subject: [PATCH] bash5: add myself to maintainer list --- pkgs/shells/bash/5.0.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/bash/5.0.nix b/pkgs/shells/bash/5.0.nix index 7aee7745ec7..ab997eb6985 100644 --- a/pkgs/shells/bash/5.0.nix +++ b/pkgs/shells/bash/5.0.nix @@ -118,7 +118,7 @@ stdenv.mkDerivation rec { platforms = platforms.all; - maintainers = [ maintainers.peti ]; + maintainers = with maintainers; [ peti dtzWill ]; }; passthru = {