aboutsummaryrefslogtreecommitdiff
path: root/pkgs/shells/bash
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-01-08 17:34:05 -0600
committerWill Dietz <w@wdtz.org>2019-01-08 17:36:14 -0600
commitc9b95f54bcb481abd100b1bf6ef3525585ba88b5 (patch)
tree821f9d87abd44934763da35e80f21a8d4cee75c2 /pkgs/shells/bash
parentfa00f7fb705449f51e44776a1e79597caa1e799b (diff)
bash5: add myself to maintainer list
Diffstat (limited to 'pkgs/shells/bash')
-rw-r--r--pkgs/shells/bash/5.0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/5.0.nix b/pkgs/shells/bash/5.0.nix
index 7aee7745ec78..ab997eb6985b 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 = {